File tree 2 files changed +36
-2
lines changed
2 files changed +36
-2
lines changed Original file line number Diff line number Diff line change @@ -2169,12 +2169,14 @@ endpoint 1 {
2169
2169
ram attribute fanModeSequence default = 2;
2170
2170
ram attribute percentSetting default = 0;
2171
2171
ram attribute percentCurrent default = 0;
2172
+ ram attribute rockSupport default = 0x00;
2173
+ ram attribute rockSetting default = 0x00;
2172
2174
ram attribute airflowDirection default = 0;
2173
2175
callback attribute generatedCommandList;
2174
2176
callback attribute acceptedCommandList;
2175
2177
callback attribute eventList;
2176
2178
callback attribute attributeList;
2177
- ram attribute featureMap default = 33 ;
2179
+ ram attribute featureMap default = 37 ;
2178
2180
ram attribute clusterRevision default = 1;
2179
2181
2180
2182
handle command Step;
Original file line number Diff line number Diff line change 3032
3032
" maxInterval" : 65534 ,
3033
3033
" reportableChange" : 0
3034
3034
},
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
+ },
3035
3067
{
3036
3068
" name" : " AirflowDirection" ,
3037
3069
" code" : 11 ,
3122
3154
" storageOption" : " RAM" ,
3123
3155
" singleton" : 0 ,
3124
3156
" bounded" : 0 ,
3125
- " defaultValue" : " 33 " ,
3157
+ " defaultValue" : " 37 " ,
3126
3158
" reportable" : 1 ,
3127
3159
" minInterval" : 1 ,
3128
3160
" maxInterval" : 65534 ,
You can’t perform that action at this time.
0 commit comments