Skip to content

Commit 8a39aff

Browse files
authored
fan rocksetting; thermostat dry mode (#35578)
* fan rocksetting; thermostat dry mode * revert change
1 parent 4c07488 commit 8a39aff

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed

examples/chef/devices/rootnode_roomairconditioner_9cf3607804.matter

+3-1
Original file line numberDiff line numberDiff line change
@@ -2169,12 +2169,14 @@ endpoint 1 {
21692169
ram attribute fanModeSequence default = 2;
21702170
ram attribute percentSetting default = 0;
21712171
ram attribute percentCurrent default = 0;
2172+
ram attribute rockSupport default = 0x00;
2173+
ram attribute rockSetting default = 0x00;
21722174
ram attribute airflowDirection default = 0;
21732175
callback attribute generatedCommandList;
21742176
callback attribute acceptedCommandList;
21752177
callback attribute eventList;
21762178
callback attribute attributeList;
2177-
ram attribute featureMap default = 33;
2179+
ram attribute featureMap default = 37;
21782180
ram attribute clusterRevision default = 1;
21792181

21802182
handle command Step;

examples/chef/devices/rootnode_roomairconditioner_9cf3607804.zap

+33-1
Original file line numberDiff line numberDiff line change
@@ -3032,6 +3032,38 @@
30323032
"maxInterval": 65534,
30333033
"reportableChange": 0
30343034
},
3035+
{
3036+
"name": "RockSupport",
3037+
"code": 7,
3038+
"mfgCode": null,
3039+
"side": "server",
3040+
"type": "RockBitmap",
3041+
"included": 1,
3042+
"storageOption": "RAM",
3043+
"singleton": 0,
3044+
"bounded": 0,
3045+
"defaultValue": "0x00",
3046+
"reportable": 1,
3047+
"minInterval": 1,
3048+
"maxInterval": 65534,
3049+
"reportableChange": 0
3050+
},
3051+
{
3052+
"name": "RockSetting",
3053+
"code": 8,
3054+
"mfgCode": null,
3055+
"side": "server",
3056+
"type": "RockBitmap",
3057+
"included": 1,
3058+
"storageOption": "RAM",
3059+
"singleton": 0,
3060+
"bounded": 0,
3061+
"defaultValue": "0x00",
3062+
"reportable": 1,
3063+
"minInterval": 1,
3064+
"maxInterval": 65534,
3065+
"reportableChange": 0
3066+
},
30353067
{
30363068
"name": "AirflowDirection",
30373069
"code": 11,
@@ -3122,7 +3154,7 @@
31223154
"storageOption": "RAM",
31233155
"singleton": 0,
31243156
"bounded": 0,
3125-
"defaultValue": "33",
3157+
"defaultValue": "37",
31263158
"reportable": 1,
31273159
"minInterval": 1,
31283160
"maxInterval": 65534,

0 commit comments

Comments
 (0)