File tree 2 files changed +2
-11
lines changed
examples/microwave-oven-app/microwave-oven-common
2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -1334,7 +1334,6 @@ endpoint 0 {
1334
1334
ram attribute clusterRevision default = 1;
1335
1335
1336
1336
handle command OpenCommissioningWindow;
1337
- handle command OpenBasicCommissioningWindow;
1338
1337
handle command RevokeCommissioning;
1339
1338
}
1340
1339
@@ -1455,7 +1454,7 @@ endpoint 1 {
1455
1454
callback attribute eventList;
1456
1455
callback attribute attributeList;
1457
1456
ram attribute featureMap default = 0;
1458
- ram attribute clusterRevision default = 1 ;
1457
+ ram attribute clusterRevision default = 2 ;
1459
1458
1460
1459
handle command Pause;
1461
1460
handle command Stop;
Original file line number Diff line number Diff line change 2088
2088
" isIncoming" : 1 ,
2089
2089
" isEnabled" : 1
2090
2090
},
2091
- {
2092
- " name" : " OpenBasicCommissioningWindow" ,
2093
- " code" : 1 ,
2094
- " mfgCode" : null,
2095
- " source" : " client" ,
2096
- " isIncoming" : 1 ,
2097
- " isEnabled" : 1
2098
- },
2099
2091
{
2100
2092
" name" : " RevokeCommissioning" ,
2101
2093
" code" : 2 ,
3627
3619
" storageOption" : " RAM" ,
3628
3620
" singleton" : 0 ,
3629
3621
" bounded" : 0 ,
3630
- " defaultValue" : " 1 " ,
3622
+ " defaultValue" : " 2 " ,
3631
3623
" reportable" : 1 ,
3632
3624
" minInterval" : 1 ,
3633
3625
" maxInterval" : 65534 ,
You can’t perform that action at this time.
0 commit comments