Skip to content

Commit

Permalink
Thermostat Changes for spec update PR-4025 - Needed for TE7 (project-…
Browse files Browse the repository at this point in the history
…chip#10914)

* Thermostat Server update

Changes in thermostat server cluster related to chip spec PR4025 clarifying behavior of auto and limits

* ZAP Regen
  • Loading branch information
chrisbeach59 authored and JasonLiuZhuoCheng committed Oct 28, 2021
1 parent a1716bd commit f61f27a
Show file tree
Hide file tree
Showing 16 changed files with 773 additions and 214 deletions.
15 changes: 15 additions & 0 deletions examples/all-clusters-app/all-clusters-common/all-clusters-app.zap
Original file line number Diff line number Diff line change
Expand Up @@ -11269,6 +11269,21 @@
"maxInterval": 65344,
"reportableChange": 0
},
{
"name": "min setpoint dead band",
"code": 25,
"mfgCode": null,
"side": "server",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "0x19",
"reportable": 0,
"minInterval": 1,
"maxInterval": 65534,
"reportableChange": 0
},
{
"name": "control sequence of operation",
"code": 27,
Expand Down
15 changes: 15 additions & 0 deletions examples/thermostat/thermostat-common/thermostat.zap
Original file line number Diff line number Diff line change
Expand Up @@ -10284,6 +10284,21 @@
"maxInterval": 65344,
"reportableChange": 0
},
{
"name": "min setpoint dead band",
"code": 25,
"mfgCode": null,
"side": "server",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "0x19",
"reportable": 0,
"minInterval": 1,
"maxInterval": 65534,
"reportableChange": 0
},
{
"name": "control sequence of operation",
"code": 27,
Expand Down
Loading

0 comments on commit f61f27a

Please sign in to comment.