Skip to content

Commit

Permalink
Align thermostat configuration (#21494)
Browse files Browse the repository at this point in the history
* TSTAT_1_1.yaml - commented out Event List prompt.  It was diabled but the presence of PICS_USER_PROMPT caused it to become semi automated and should be automated.

* Align Thermostat Cluster

Align thermostat cluster to  be Heat/Cool/Auto across all clusters app and thermostat app

* REGEN

regen all

* Restyled by prettier-yaml

Co-authored-by: Restyled.io <[email protected]>
  • Loading branch information
chrisbeach59 and restyled-commits authored Aug 3, 2022
1 parent 17498c5 commit 6a50744
Show file tree
Hide file tree
Showing 9 changed files with 210 additions and 331 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1770,7 +1770,6 @@ server cluster ModeSelect = 80 {
readonly attribute attrib_id attributeList[] = 65531;
readonly attribute bitmap32 featureMap = 65532;
readonly attribute int16u clusterRevision = 65533;
readonly attribute int8u manufacturerExtension = 4293984257;

request struct ChangeToModeRequest {
INT8U newMode = 0;
Expand Down Expand Up @@ -2650,7 +2649,9 @@ 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 command_id generatedCommandList[] = 65528;
readonly attribute command_id acceptedCommandList[] = 65529;
readonly attribute attrib_id attributeList[] = 65531;
readonly attribute bitmap32 featureMap = 65532;
readonly attribute int16u clusterRevision = 65533;

Expand Down Expand Up @@ -4286,7 +4287,6 @@ endpoint 1 {
callback attribute attributeList;
ram attribute featureMap default = 1;
ram attribute clusterRevision default = 1;
ram attribute manufacturerExtension default = 255;
}

server cluster DoorLock {
Expand Down Expand Up @@ -4407,7 +4407,9 @@ endpoint 1 {
ram attribute minSetpointDeadBand default = 0x19;
ram attribute controlSequenceOfOperation default = 0x04;
ram attribute systemMode default = 0x01;
ram attribute thermostatRunningMode;
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute attributeList;
ram attribute featureMap default = 0x0023;
ram attribute clusterRevision default = 5;
}
Expand Down
Loading

0 comments on commit 6a50744

Please sign in to comment.