File tree 2 files changed +4
-4
lines changed
examples/microwave-oven-app/microwave-oven-common
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1713,7 +1713,7 @@ endpoint 1 {
1713
1713
callback attribute acceptedCommandList;
1714
1714
callback attribute attributeList;
1715
1715
ram attribute featureMap default = 0;
1716
- ram attribute clusterRevision default = 4 ;
1716
+ ram attribute clusterRevision default = 5 ;
1717
1717
1718
1718
handle command Identify;
1719
1719
handle command TriggerEffect;
@@ -1772,7 +1772,7 @@ endpoint 1 {
1772
1772
callback attribute acceptedCommandList;
1773
1773
callback attribute attributeList;
1774
1774
ram attribute featureMap default = 0;
1775
- ram attribute clusterRevision default = 2 ;
1775
+ ram attribute clusterRevision default = 3 ;
1776
1776
1777
1777
handle command Pause;
1778
1778
handle command Stop;
Original file line number Diff line number Diff line change 2818
2818
" storageOption" : " RAM" ,
2819
2819
" singleton" : 0 ,
2820
2820
" bounded" : 0 ,
2821
- " defaultValue" : " 4 " ,
2821
+ " defaultValue" : " 5 " ,
2822
2822
" reportable" : 1 ,
2823
2823
" minInterval" : 0 ,
2824
2824
" maxInterval" : 65344 ,
3542
3542
" storageOption" : " RAM" ,
3543
3543
" singleton" : 0 ,
3544
3544
" bounded" : 0 ,
3545
- " defaultValue" : " 2 " ,
3545
+ " defaultValue" : " 3 " ,
3546
3546
" reportable" : 1 ,
3547
3547
" minInterval" : 1 ,
3548
3548
" maxInterval" : 65534 ,
You can’t perform that action at this time.
0 commit comments