-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
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
[TC-MOD-1.1]ModeSelect cluster -- ClusterRevision value missmatch #26445
Comments
The SDK does not yet implement revision 2 of the cluster. This is not just about bumping the revision number; support is also needed for ChangeToModeWithStatus, the EXT feature, etc. |
The mode select cluster has almost completely reverted back to its original state prior to the additions being moved into the modebase cluster. The revision is still 2, however, but the only substantive change made was to remove the nullable quality from MfgCode. Not sure how that affects your comment @bzbarsky-apple. |
SDK implements revision 2, since it had MfgCode non-nullable to start with. We should bump the revision in the SDK... |
Need just a version bump, assigning to myself (expecting just a zap file change) |
The XML also needs to be changed. |
Problem
As per Spec and test plan, cluster revision value should be 2 but currently getting cluster revision value as 1 in SDK .
Expected behavior: ClusterRevision value as 2
Actual behavior : ClusterRevision value as 1
Steps to reproduce
./chip-tool modeselect read cluster-revision 1 1
System configuration
Chip-tool - RPI-4, 8GB RAM
DUT - RPI - RPI-4, 8GB RAM
Platform : Onnetwork
Commit-ID:6c0c5ea6d2b8f38c6b36b83195b6ee55384bb599
Dut application: all-clusters-app
Test-Plan Reference:-
https://github.com/CHIP-Specifications/chip-test-plans/blob/master/src/cluster/modeselect.adoc
Spec Reference:-
https://github.com/CHIP-Specifications/connectedhomeip-spec/blob/master/src/app_clusters/ModeSelect.adoc
Log
TC-MOD-1.1.txt
The text was updated successfully, but these errors were encountered: