We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Other
TC-BR-4
./chip-tool powersource read bat-charge-level 1 6
Note: Tried with endpoint 0 to 20.
Expected Outcome:
[1663925822.845859][1588:1588] CHIP:DMG: Endpoint = 0x9, [1663925822.845888][1588:1588] CHIP:DMG: Cluster = 0x2f, [1663925822.845919][1588:1588] CHIP:DMG: Attribute = 0x0000_000E, [1663925822.845946][1588:1588] CHIP:DMG: } [1663925822.845978][1588:1588] CHIP:DMG: [1663925822.846007][1588:1588] CHIP:DMG: Data = 58, [1663925822.846035][1588:1588] CHIP:DMG: },
Actual Outcome:
[1697695642.407312][2131:2133] CHIP:DMG: Endpoint = 0x6, [1697695642.407380][2131:2133] CHIP:DMG: Cluster = 0x2f, [1697695642.407450][2131:2133] CHIP:DMG: Attribute = 0x0000_000E, [1697695642.407514][2131:2133] CHIP:DMG: } [1697695642.407588][2131:2133] CHIP:DMG: [1697695642.407641][2131:2133] CHIP:DMG: StatusIB = [1697695642.407677][2131:2133] CHIP:DMG: { [1697695642.407712][2131:2133] CHIP:DMG: status = 0x7f (UNSUPPORTED_ENDPOINT), [1697695642.407744][2131:2133] CHIP:DMG: },
Whenever I try to read BatteryChargeLevel attribute.
e6f0134
raspi
Seems it broke after the commit: 52225dd
The text was updated successfully, but these errors were encountered:
58 is not even a valid value of BatChargeLevelEnum. Available are 0=OK, 1=Warning, 2=Critical.
Sorry, something went wrong.
Issue fixed in #34499
No branches or pull requests
Feature Area
Other
Test Case
TC-BR-4
Reproduction steps
./chip-tool powersource read bat-charge-level 1 6
Note: Tried with endpoint 0 to 20.
Expected Outcome:
Actual Outcome:
Bug prevalence
Whenever I try to read BatteryChargeLevel attribute.
GitHub hash of the SDK that was being used
e6f0134
Platform
raspi
Anything else?
Seems it broke after the commit: 52225dd
The text was updated successfully, but these errors were encountered: