-
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
Clean up access control capabilities APIs #14455
Comments
Also once this spec change lands, will need to expose some of this info in the cluster. https://github.com/CHIP-Specifications/connectedhomeip-spec/pull/5070 |
Regarding landed spec change a cluster change has landed to expose those attributes, in PR #17294 However the assumption (fine for now) is that a particular implementation is used. When these capabilities APIs are available, that cluster attribute implementation needs to use those APIs. |
Add some APIs for length constraints. Use them in system module and in cluster to enforce length constraints. Partially fixes project-chip#14455 Partially fixes project-chip#14460 Partially fixes project-chip#16034
PR #17817 does most of this but doesn't remove the old APIs. That will come next. |
Flesh out the capabilities API.
E.g. probably useful to be able to get number of entries of a given fabric, max possible entries for a given fabric, etc.
This may be affected generally by #14449
The text was updated successfully, but these errors were encountered: