-
Notifications
You must be signed in to change notification settings - Fork 170
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
Constants for Matter wildcards (CON-1108) #889
Comments
You could use 0xFFFF for any-endpoint, and 0xFFFFFFFF for any-cluster and any-attribute. For example,
Read all the attributes in all the clusters of endpoint 1 on node 1:
Read all the attributes in all the clusters of all the endpoints on node 1:
|
I am using FFFFF... and it works. Please add some constants in the subscribe h file to make this more readable. |
Will add the comment in the header files to declare the wildcards. |
Added the comments in the headers. Could we close this issue? |
Please add constants for subscription wildcards -- any-endpoint, any-cluster, any-attrib, etc
in esp-matter-controller
The text was updated successfully, but these errors were encountered: