You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Enum of cluster custom codes was not following spec
- This PR updates the enum values
Fixesproject-chip#21887
Testing done:
- Unit tests still pass
- Cert tests still pass
* Fix enums in admin commissioning cluster
- Enum of cluster custom codes was not following spec
- This PR updates the enum values
Fixes#21887
Testing done:
- Unit tests still pass
- Cert tests still pass
* Update some tests to validate new codes
Co-authored-by: Justin Wood <[email protected]>
* Fix enums in admin commissioning cluster
- Enum of cluster custom codes was not following spec
- This PR updates the enum values
Fixes#21887
Testing done:
- Unit tests still pass
- Cert tests still pass
* Update some tests to validate new codes
Co-authored-by: Justin Wood <[email protected]>
isiu-apple
pushed a commit
to isiu-apple/connectedhomeip
that referenced
this issue
Sep 16, 2022
* Fix enums in admin commissioning cluster
- Enum of cluster custom codes was not following spec
- This PR updates the enum values
Fixesproject-chip#21887
Testing done:
- Unit tests still pass
- Cert tests still pass
* Update some tests to validate new codes
Co-authored-by: Justin Wood <[email protected]>
Problem
Since https://github.com/CHIP-Specifications/connectedhomeip-spec/pull/5330, status codes for Admin Commissioning cluster have been increased by 1. SDK still uses the old version.
Proposed Solution
The text was updated successfully, but these errors were encountered: