-
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
[HVAC] Thermostat XML sync with spec #34517
Conversation
src/app/zap-templates/zcl/data-model/chip/occupancy-sensing-cluster.xml
Outdated
Show resolved
Hide resolved
src/app/zap-templates/zcl/data-model/chip/thermostat-cluster.xml
Outdated
Show resolved
Hide resolved
src/app/zap-templates/zcl/data-model/chip/thermostat-cluster.xml
Outdated
Show resolved
Hide resolved
src/app/zap-templates/zcl/data-model/chip/thermostat-cluster.xml
Outdated
Show resolved
Hide resolved
Revert ACCapacityFormat to ACCapacityformat
# Conflicts: # src/app/zap-templates/zcl/data-model/chip/global-structs.xml
PR #34517: Size comparison from 55786a0 to 614eebc Full report (85 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #34517: Size comparison from 5ab8b3e to ac3fc9f Full report (85 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
Adding skip-protocol-compatibility label, because all the XML changes are either in fact backwards-compatible, or being made to things that are not shipped yet. |
ef7bba0
to
031d33e
Compare
PR #34517: Size comparison from c55864b to 640b8af Full report (8 builds for cc32xx, mbed, qpg, stm32, tizen)
|
PR #34517: Size comparison from 3d9ada2 to 1f0370d Full report (85 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #34517: Size comparison from 3d9ada2 to a3ec295 Full report (20 builds for cc13x4_26x4, cc32xx, mbed, nrfconnect, nxp, qpg, stm32, tizen)
|
PR #34517: Size comparison from 295ad53 to af944bd Full report (85 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #34517: Size comparison from 295ad53 to 1ac5f63 Increases above 0.2%:
Full report (85 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
Re-kicking failed jobs, lots of change today is stalling out builds :( |
Closing in favor of #34570 |
First commit has regenerated thermostat-cluster.xml that syncs it with the spec once https://github.com/CHIP-Specifications/connectedhomeip-spec/pull/9257 is merged.
Second commit has all generated code, and updates thermostat-server.cpp to match.