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-TGTNAV-1.9]
Actual Outcome: [1699611875.392214][23021:23023] CHIP:DMG: } [1699611875.392289][23021:23023] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_0505 Attribute 0x0000_FFFD DataVersion: 2888734596 [1699611875.392309][23021:23023] CHIP:TOO: ClusterRevision: 1 [1699611875.392383][23021:23023] CHIP:EM: <<< [E:27664i S:24234 M:117754014 (Ack:133647685)] (S) Msg TX to
Expected Outcome: [1699611875.392214][23021:23023] CHIP:DMG: } [1699611875.392289][23021:23023] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_0505 Attribute 0x0000_FFFD DataVersion: 2888734596 [1699611875.392309][23021:23023] CHIP:TOO: ClusterRevision: 2 [1699611875.392383][23021:23023] CHIP:EM: <<< [E:27664i S:24234 M:117754014 (Ack:133647685)] (S) Msg TX to
whenever I do
6d9cb39
raspi
In Specification ClusterRevision value has been updated to 2. As per spec changes SDK has to update the ClusterRevision value from 1 to 2
Specification Reference: https://github.com/CHIP-Specifications/connectedhomeip-spec/blob/master/src/app_clusters/media/TargetNavigator.adoc#revision-history
Reference Log: [TC-TGTNAV-1.9].txt
The text was updated successfully, but these errors were encountered:
Issue resolved in latest TOT
Sorry, something went wrong.
lazarkov
No branches or pull requests
Feature Area
Other
Test Case
[TC-TGTNAV-1.9]
Reproduction steps
./chip-tv-app
./chip-tool pairing onnetwork 1 20202021
./chip-tool targetnavigator read cluster-revision 1 1
Actual Outcome:
[1699611875.392214][23021:23023] CHIP:DMG: }
[1699611875.392289][23021:23023] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_0505 Attribute 0x0000_FFFD DataVersion: 2888734596
[1699611875.392309][23021:23023] CHIP:TOO: ClusterRevision: 1
[1699611875.392383][23021:23023] CHIP:EM: <<< [E:27664i S:24234 M:117754014 (Ack:133647685)] (S) Msg TX to
Expected Outcome:
[1699611875.392214][23021:23023] CHIP:DMG: }
[1699611875.392289][23021:23023] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_0505 Attribute 0x0000_FFFD DataVersion: 2888734596
[1699611875.392309][23021:23023] CHIP:TOO: ClusterRevision: 2
[1699611875.392383][23021:23023] CHIP:EM: <<< [E:27664i S:24234 M:117754014 (Ack:133647685)] (S) Msg TX to
Bug prevalence
whenever I do
GitHub hash of the SDK that was being used
6d9cb39
Platform
raspi
Anything else?
In Specification ClusterRevision value has been updated to 2. As per spec changes SDK has to update the ClusterRevision value from 1 to 2
Specification Reference:
https://github.com/CHIP-Specifications/connectedhomeip-spec/blob/master/src/app_clusters/media/TargetNavigator.adoc#revision-history
Reference Log:
[TC-TGTNAV-1.9].txt
The text was updated successfully, but these errors were encountered: