-
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
Add featuremap for thermostat and power source clusters #12903
Add featuremap for thermostat and power source clusters #12903
Conversation
src/app/zap-templates/zcl/data-model/chip/thermostat-cluster.xml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we are going to pull this out of ha.xml then we should adopt the matter conventions of decimal values and not hex.
The only thermostat cluster command that is mandatory is the raise/lower set point command
The schedule commands are only mandatory if the device supports scheduling.
Not sure how this is supported in the xml.
src/app/zap-templates/zcl/data-model/chip/thermostat-cluster.xml
Outdated
Show resolved
Hide resolved
+ moved thermostat cluster to a separate file
+ add cluster element to feature bitmaps
67e2222
to
ed7c211
Compare
PR #12903: Size comparison from c3572d4 to ed7c211 Full report (29 builds for esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
@chrisbeach59 I have addressed all your comments. |
PR #12903: Size comparison from c3572d4 to fc39916 Increases (1 build for linux)
Full report (32 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
requested changes look approved
Problem
Featuremap bitmaps for thermostat and power source clusters are missing
Change overview
Testing