diff --git a/examples/all-clusters-app/all-clusters-common/all-clusters-app.zap b/examples/all-clusters-app/all-clusters-common/all-clusters-app.zap index 22b6ce52d74847..01ab1953daf560 100644 --- a/examples/all-clusters-app/all-clusters-common/all-clusters-app.zap +++ b/examples/all-clusters-app/all-clusters-common/all-clusters-app.zap @@ -11124,7 +11124,7 @@ "enabled": 1, "commands": [ { - "name": "CurrentWeeklySchedule", + "name": "GetWeeklyScheduleResponse", "code": 0, "mfgCode": null, "source": "server", @@ -11132,7 +11132,7 @@ "outgoing": 0 }, { - "name": "RelayStatusLog", + "name": "GetRelayStatusLogResponse", "code": 1, "mfgCode": null, "source": "server", diff --git a/examples/thermostat/thermostat-common/thermostat.zap b/examples/thermostat/thermostat-common/thermostat.zap index bc4deeef9ddb5a..65b81725bc91e2 100644 --- a/examples/thermostat/thermostat-common/thermostat.zap +++ b/examples/thermostat/thermostat-common/thermostat.zap @@ -10414,7 +10414,7 @@ "enabled": 1, "commands": [ { - "name": "CurrentWeeklySchedule", + "name": "GetWeeklyScheduleResponse", "code": 0, "mfgCode": null, "source": "server", @@ -10422,7 +10422,7 @@ "outgoing": 1 }, { - "name": "RelayStatusLog", + "name": "GetRelayStatusLogResponse", "code": 1, "mfgCode": null, "source": "server", @@ -12416,7 +12416,7 @@ ], "attributes": [ { - "name": "tv channel list", + "name": "channel list", "code": 0, "mfgCode": null, "side": "server", @@ -12431,7 +12431,7 @@ "reportableChange": 0 }, { - "name": "tv channel lineup", + "name": "channel lineup", "code": 1, "mfgCode": null, "side": "server", @@ -12446,7 +12446,7 @@ "reportableChange": 0 }, { - "name": "current tv channel", + "name": "current channel", "code": 2, "mfgCode": null, "side": "server", @@ -13100,7 +13100,7 @@ "reportableChange": 0 }, { - "name": "supported streaming types", + "name": "supported streaming protocols", "code": 1, "mfgCode": null, "side": "server", @@ -13396,7 +13396,7 @@ "reportableChange": 0 }, { - "name": "application id", + "name": "application status", "code": 5, "mfgCode": null, "side": "server", @@ -13411,7 +13411,7 @@ "reportableChange": 0 }, { - "name": "catalog vendor id", + "name": "application version", "code": 6, "mfgCode": null, "side": "server", @@ -13425,21 +13425,6 @@ "maxInterval": 65344, "reportableChange": 0 }, - { - "name": "application status", - "code": 7, - "mfgCode": null, - "side": "server", - "included": 1, - "storageOption": "RAM", - "singleton": 0, - "bounded": 0, - "defaultValue": "0x01", - "reportable": 1, - "minInterval": 0, - "maxInterval": 65344, - "reportableChange": 0 - }, { "name": "ClusterRevision", "code": 65533, @@ -13935,5 +13920,6 @@ "endpointVersion": 1, "deviceIdentifier": 769 } - ] + ], + "log": [] } \ No newline at end of file diff --git a/examples/tv-casting-app/tv-casting-common/tv-casting-app.zap b/examples/tv-casting-app/tv-casting-common/tv-casting-app.zap index 737de10220f581..b1ae7546bc821f 100644 --- a/examples/tv-casting-app/tv-casting-common/tv-casting-app.zap +++ b/examples/tv-casting-app/tv-casting-common/tv-casting-app.zap @@ -10016,7 +10016,7 @@ "enabled": 1, "commands": [ { - "name": "CurrentWeeklySchedule", + "name": "GetWeeklyScheduleResponse", "code": 0, "mfgCode": null, "source": "server", @@ -10024,7 +10024,7 @@ "outgoing": 1 }, { - "name": "RelayStatusLog", + "name": "GetRelayStatusLogResponse", "code": 1, "mfgCode": null, "source": "server", 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 3bfd72e96c31fd..59c42899dd556d 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 @@ -35,7 +35,7 @@ limitations under the License. abs max cool setpoint limit pi cooling demand pi heating demand - HVAC system type configuration + HVAC system type configuration local temperature calibration occupied cooling setpoint occupied heating setpoint @@ -51,33 +51,33 @@ limitations under the License. system mode alarm mask - thermostat running mode - start of week - number of weekly transitions - number of daily transitions - temperature setpoint hold - temperature setpoint hold duration - thermostat programming operation mode - hvac relay state - setpoint change source - setpoint change amount - setpoint change source timestamp - ac type - ac capacity - ac refrigerant type - ac compressor - ac error code - ac louver position - ac coil temperature - ac capacity format - + thermostat running mode + start of week + number of weekly transitions + number of daily transitions + temperature setpoint hold + temperature setpoint hold duration + thermostat programming operation mode + thermostat running state + setpoint change source + setpoint change amount + setpoint change source timestamp + ac type + ac capacity + ac refrigerant type + ac compressor + ac error code + ac louver position + ac coil temperature + ac capacity format + Command description for SetpointRaiseLower - + Command description for SetWeeklySchedule @@ -86,24 +86,24 @@ limitations under the License. - + Command description for GetWeeklySchedule - + The Clear Weekly Schedule command is used to clear the weekly schedule. - + The Get Relay Status Log command is used to query the thermostat internal relay status log. - + The Current Weekly Schedule Command is sent from the server in response to the Get Weekly Schedule Command. @@ -112,9 +112,9 @@ limitations under the License. - + - This command is sent from the thermostat cluster server in response to the Get Relay Status Log. + This command is sent from the thermostat cluster server in response to the Get Relay Status Log. @@ -126,7 +126,7 @@ limitations under the License. - + diff --git a/src/controller/data_model/controller-clusters.zap b/src/controller/data_model/controller-clusters.zap index a7df038b4381ec..cc574c91de978b 100644 --- a/src/controller/data_model/controller-clusters.zap +++ b/src/controller/data_model/controller-clusters.zap @@ -8030,19 +8030,19 @@ "enabled": 0, "commands": [ { - "name": "CurrentWeeklySchedule", + "name": "GetWeeklyScheduleResponse", "code": 0, "mfgCode": null, "source": "server", - "incoming": 0, + "incoming": 1, "outgoing": 0 }, { - "name": "RelayStatusLog", + "name": "GetRelayStatusLogResponse", "code": 1, "mfgCode": null, "source": "server", - "incoming": 0, + "incoming": 1, "outgoing": 0 } ],