From cc2aeedf97df602112b439ea952e186c687af3ef Mon Sep 17 00:00:00 2001 From: David Rempel Date: Thu, 19 Dec 2024 11:07:26 -0800 Subject: [PATCH] Added Thermostat events to thermostat xml. --- .../data-model/chip/thermostat-cluster.xml | 91 ++++++++++++++++++- 1 file changed, 87 insertions(+), 4 deletions(-) diff --git a/src/app/zap-templates/zcl/data-model/chip/thermostat-cluster.xml b/src/app/zap-templates/zcl/data-model/chip/thermostat-cluster.xml index e2109af8dda365..831d47c8dc906e 100644 --- a/src/app/zap-templates/zcl/data-model/chip/thermostat-cluster.xml +++ b/src/app/zap-templates/zcl/data-model/chip/thermostat-cluster.xml @@ -309,6 +309,9 @@ limitations under the License. + + + @@ -675,17 +678,97 @@ limitations under the License. Returns the status of an atomic write - - + + Begins, Commits or Cancels an atomic write - - + + + + + This event SHALL be generated when the SystemMode attribute changes. + + + + + + + + + This field SHALL indicate the current value of the LocalTemperature attribute. + + + + + + + + + + + + This event SHALL be generated when the Occupancy attribute changes. + + + + + + + + + + This event SHALL be generated when the value of any of the OccupiedHeatingSetpoint, UnoccupiedHeatingSetpoint>>, OccupiedCoolingSetpoint, or UnoccupiedCoolingSetpoint attributes is changed + + + + + + + + + + + This event SHALL be generated when the ThermostatRunningState attribute changes. + + + + + + + + + This event SHALL be generated when the ThermostatRunningMode attribute changes. + + + + + + + + + This event SHALL be generated when the ActiveScheduleHandle attribute changes. + + + + + + + + + + This event SHALL be generated when the ActivePresetHandle attribute changes. + + + + + + +