Skip to content

Commit

Permalink
Thermostat Server update
Browse files Browse the repository at this point in the history
Changes in thermostat server cluster related to chip spec PR4025 clarifying behavior of auto and limits
  • Loading branch information
chrisbeach59 committed Oct 26, 2021
1 parent 93fef33 commit 0b60dc9
Show file tree
Hide file tree
Showing 4 changed files with 451 additions and 155 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 0b60dc9

Please sign in to comment.