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
but they should both fail: the UserStatus they are passing (0) is not allowed by the constraints on UserStatus for those commands (which are "must be one of null, OccupiedEnabled, OccupiedDisabled").
Proposed Solution
Need to fix the error-checking.
The text was updated successfully, but these errors were encountered:
…21657)
* Enforce constraints on UserStatus in SetUser/SetCredential commands.
Fixes#21577
* Fix incorrect userStatus in precondition setup in cert YAMLs.
isiu-apple
pushed a commit
to isiu-apple/connectedhomeip
that referenced
this issue
Sep 16, 2022
…roject-chip#21657)
* Enforce constraints on UserStatus in SetUser/SetCredential commands.
Fixesproject-chip#21577
* Fix incorrect userStatus in precondition setup in cert YAMLs.
Problem
These commands both succeed against chip-lock-app:
and
but they should both fail: the UserStatus they are passing (0) is not allowed by the constraints on UserStatus for those commands (which are "must be one of null, OccupiedEnabled, OccupiedDisabled").
Proposed Solution
Need to fix the error-checking.
The text was updated successfully, but these errors were encountered: