We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#22119 introduced incorrect Binding cluster bits in various device types.
For example, in the "Matter On/Off Light Switch" device type, the Binding cluster server is required per spec, but that PR made it optional.
Fix things to actually follow the spec.
The text was updated successfully, but these errors were encountered:
And for a bunch of other device types it's excluded, but was made allowed in #22119. So it's possible that the right fix is to revert #22119.
Sorry, something went wrong.
andy31415
yufengwangca
Successfully merging a pull request may close this issue.
Problem
#22119 introduced incorrect Binding cluster bits in various device types.
For example, in the "Matter On/Off Light Switch" device type, the Binding cluster server is required per spec, but that PR made it optional.
Proposed Solution
Fix things to actually follow the spec.
The text was updated successfully, but these errors were encountered: