Skip to content

Commit

Permalink
Updated the zapfile for thermostat
Browse files Browse the repository at this point in the history
  • Loading branch information
mhazley committed Oct 20, 2023
1 parent 8e12e69 commit 2657802
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1187,9 +1187,9 @@ server cluster Thermostat = 513 {
}

readonly attribute nullable int16s localTemperature = 0;
readonly attribute int16s absMinHeatSetpointLimit = 3;
readonly attribute int16s absMaxHeatSetpointLimit = 4;
attribute int16s occupiedHeatingSetpoint = 18;
attribute access(write: manage) int16s minHeatSetpointLimit = 21;
attribute access(write: manage) int16s maxHeatSetpointLimit = 22;
attribute access(write: manage) ThermostatControlSequence controlSequenceOfOperation = 27;
attribute access(write: manage) enum8 systemMode = 28;
readonly attribute bitmap16 thermostatRunningState = 41;
Expand Down Expand Up @@ -2431,9 +2431,9 @@ endpoint 5 {

server cluster Thermostat {
ram attribute localTemperature;
ram attribute absMinHeatSetpointLimit default = 700;
ram attribute absMaxHeatSetpointLimit default = 3000;
ram attribute occupiedHeatingSetpoint default = 2000;
ram attribute minHeatSetpointLimit default = 1700;
ram attribute maxHeatSetpointLimit default = 3000;
ram attribute controlSequenceOfOperation default = 0x02;
ram attribute systemMode default = 0x00;
ram attribute thermostatRunningState;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17247,7 +17247,7 @@
"mfgCode": null,
"side": "server",
"type": "int16s",
"included": 0,
"included": 1,
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
Expand All @@ -17263,7 +17263,7 @@
"mfgCode": null,
"side": "server",
"type": "int16s",
"included": 0,
"included": 1,
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
Expand Down Expand Up @@ -17439,7 +17439,7 @@
"mfgCode": null,
"side": "server",
"type": "int16s",
"included": 1,
"included": 0,
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
Expand All @@ -17455,7 +17455,7 @@
"mfgCode": null,
"side": "server",
"type": "int16s",
"included": 1,
"included": 0,
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
Expand Down

0 comments on commit 2657802

Please sign in to comment.