File tree 5 files changed +5
-5
lines changed
all-clusters-app/all-clusters-common
thermostat/thermostat-common
src/app/tests/suites/certification
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9068,7 +9068,7 @@ endpoint 1 {
9068
9068
callback attribute eventList;
9069
9069
callback attribute attributeList;
9070
9070
ram attribute featureMap default = 0x0123;
9071
- ram attribute clusterRevision default = 6 ;
9071
+ ram attribute clusterRevision default = 7 ;
9072
9072
9073
9073
handle command SetpointRaiseLower;
9074
9074
handle command SetActiveScheduleRequest;
Original file line number Diff line number Diff line change 16918
16918
"storageOption": "RAM",
16919
16919
"singleton": 0,
16920
16920
"bounded": 0,
16921
- "defaultValue": "6 ",
16921
+ "defaultValue": "7 ",
16922
16922
"reportable": 1,
16923
16923
"minInterval": 0,
16924
16924
"maxInterval": 65344,
Original file line number Diff line number Diff line change @@ -2801,7 +2801,7 @@ endpoint 1 {
2801
2801
callback attribute acceptedCommandList;
2802
2802
callback attribute attributeList;
2803
2803
ram attribute featureMap default = 0x123;
2804
- ram attribute clusterRevision default = 6 ;
2804
+ ram attribute clusterRevision default = 7 ;
2805
2805
2806
2806
handle command SetpointRaiseLower;
2807
2807
handle command SetActiveScheduleRequest;
Original file line number Diff line number Diff line change 5088
5088
" storageOption" : " RAM" ,
5089
5089
" singleton" : 0 ,
5090
5090
" bounded" : 0 ,
5091
- " defaultValue" : " 6 " ,
5091
+ " defaultValue" : " 7 " ,
5092
5092
" reportable" : 1 ,
5093
5093
" minInterval" : 0 ,
5094
5094
" maxInterval" : 65344 ,
Original file line number Diff line number Diff line change 37
37
command : " readAttribute"
38
38
attribute : " ClusterRevision"
39
39
response :
40
- value : 6
40
+ value : 7
41
41
constraints :
42
42
type : int16u
43
43
You can’t perform that action at this time.
0 commit comments