-
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
Feature/thermostat events xml #36909
base: master
Are you sure you want to change the base?
Feature/thermostat events xml #36909
Conversation
PR #36909: Size comparison from f05b65e to bde3911 Full report (5 builds for cc32xx, stm32, tizen)
|
PR #36909: Size comparison from f05b65e to 880c50d Full report (49 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, psoc6, qpg, stm32, telink, tizen)
|
There may be more changes as the last bit of the spec PR gets finalized.
PR #36909: Size comparison from f05b65e to 7fa387a Full report (69 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
@@ -309,6 +309,9 @@ limitations under the License. | |||
<feature bit="8" code="PRES" name="Presets" summary="Thermostat supports setpoint presets"> | |||
<optionalConform/> | |||
</feature> | |||
<feature bit="9" code="TEVT" name="Events" summary="Thermostat supports events"> | |||
<optionalConform/> |
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.
Shouldn't this be flagged provisional in the XML somehow for now?
<field id="0" name="PreviousRunningMode" type="ThermostatRunningModeEnum" optional="true"/> | ||
<field id="1" name="CurrentRunningMode" type="ThermostatRunningModeEnum"/> | ||
<mandatoryConform> | ||
<feature name="TEVT"/> |
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.
This does not seem to match the spec's conformance for this event?
<field id="0" name="PreviousPresetHandle" type="octet_string" optional="true"/> | ||
<field id="1" name="CurrentPresetHandle" type="octet_string"/> |
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.
These don't match the spec.
XML for https://github.com/CHIP-Specifications/connectedhomeip-spec/pull/10444