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
Door-Lock-Server.cpp is returning the Next Available user index on Get User command
Door-Lock-Server.cpp is returning the Next Available credential index on Get Credential Status command
per spec, the NextIndex for both of these commands should instead return the next occupied index.
The text was updated successfully, but these errors were encountered:
…dentialStatus commands (#18812)
* Set up the fabric removal handler in the door lock cluster
* Clear up the fabric index on fabric removal in the users and credentials of the door lock
* Add modification/creation source in the user/credential structure of the door lock
* [#14919] Return the next occupied slot for GetUser/GetCredentialStatus commands
* Apply suggestions from code review
Fix typos
Co-authored-by: Boris Zbarsky <[email protected]>
* Fix code review notes
* Update efr32 lock app and address code review feedback
* Update auto-generated files
Co-authored-by: Boris Zbarsky <[email protected]>
Problem
Door-Lock-Server.cpp is returning the Next Available user index on Get User command
Door-Lock-Server.cpp is returning the Next Available credential index on Get Credential Status command
per spec, the NextIndex for both of these commands should instead return the next occupied index.
The text was updated successfully, but these errors were encountered: