Skip to content

Commit

Permalink
Add support for thermostat running mode attribute to all clusters app
Browse files Browse the repository at this point in the history
- Add Thermostat running mode to the m5 stack UI as well
  • Loading branch information
nivi-apple committed May 24, 2022
1 parent b3b091f commit 38d4d8a
Show file tree
Hide file tree
Showing 4 changed files with 151 additions and 101 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3400,6 +3400,7 @@ server cluster Thermostat = 513 {
attribute access(write: manage) int8s minSetpointDeadBand = 25;
attribute access(write: manage) ThermostatControlSequence controlSequenceOfOperation = 27;
attribute access(write: manage) enum8 systemMode = 28;
readonly attribute enum8 thermostatRunningMode = 30;
readonly attribute enum8 startOfWeek = 32;
readonly attribute int8u numberOfWeeklyTransitions = 33;
readonly attribute int8u numberOfDailyTransitions = 34;
Expand Down Expand Up @@ -4398,10 +4399,11 @@ endpoint 1 {
ram attribute minSetpointDeadBand default = 0x19;
ram attribute controlSequenceOfOperation default = 0x04;
ram attribute systemMode default = 0x01;
ram attribute thermostatRunningMode;
ram attribute startOfWeek;
ram attribute numberOfWeeklyTransitions default = 7;
ram attribute numberOfDailyTransitions default = 4;
ram attribute featureMap default = 0x000b;
ram attribute featureMap default = 0x0023;
ram attribute clusterRevision default = 5;
}

Expand Down
Loading

0 comments on commit 38d4d8a

Please sign in to comment.