Skip to content

Commit

Permalink
fan rocksetting; thermostat dry mode (#35578)
Browse files Browse the repository at this point in the history
* fan rocksetting; thermostat dry mode

* revert change
  • Loading branch information
stingchang authored Oct 2, 2024
1 parent 4c07488 commit 8a39aff
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2169,12 +2169,14 @@ endpoint 1 {
ram attribute fanModeSequence default = 2;
ram attribute percentSetting default = 0;
ram attribute percentCurrent default = 0;
ram attribute rockSupport default = 0x00;
ram attribute rockSetting default = 0x00;
ram attribute airflowDirection default = 0;
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute eventList;
callback attribute attributeList;
ram attribute featureMap default = 33;
ram attribute featureMap default = 37;
ram attribute clusterRevision default = 1;

handle command Step;
Expand Down
34 changes: 33 additions & 1 deletion examples/chef/devices/rootnode_roomairconditioner_9cf3607804.zap
Original file line number Diff line number Diff line change
Expand Up @@ -3032,6 +3032,38 @@
"maxInterval": 65534,
"reportableChange": 0
},
{
"name": "RockSupport",
"code": 7,
"mfgCode": null,
"side": "server",
"type": "RockBitmap",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "0x00",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
"reportableChange": 0
},
{
"name": "RockSetting",
"code": 8,
"mfgCode": null,
"side": "server",
"type": "RockBitmap",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "0x00",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
"reportableChange": 0
},
{
"name": "AirflowDirection",
"code": 11,
Expand Down Expand Up @@ -3122,7 +3154,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "33",
"defaultValue": "37",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down

0 comments on commit 8a39aff

Please sign in to comment.