File tree 2 files changed +2
-16
lines changed
examples/rvc-app/rvc-common
2 files changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -664,12 +664,7 @@ server cluster AdministratorCommissioning = 60 {
664
664
octet_string<32> salt = 4;
665
665
}
666
666
667
- request struct OpenBasicCommissioningWindowRequest {
668
- int16u commissioningTimeout = 0;
669
- }
670
-
671
667
timed command access(invoke: administer) OpenCommissioningWindow(OpenCommissioningWindowRequest): DefaultSuccess = 0;
672
- timed command access(invoke: administer) OpenBasicCommissioningWindow(OpenBasicCommissioningWindowRequest): DefaultSuccess = 1;
673
668
timed command access(invoke: administer) RevokeCommissioning(): DefaultSuccess = 2;
674
669
}
675
670
@@ -1162,7 +1157,6 @@ endpoint 0 {
1162
1157
ram attribute clusterRevision default = 0x0001;
1163
1158
1164
1159
handle command OpenCommissioningWindow;
1165
- handle command OpenBasicCommissioningWindow;
1166
1160
handle command RevokeCommissioning;
1167
1161
}
1168
1162
@@ -1218,7 +1212,7 @@ endpoint 1 {
1218
1212
callback attribute eventList;
1219
1213
callback attribute attributeList default = 0;
1220
1214
ram attribute featureMap default = 0;
1221
- ram attribute clusterRevision default = 2 ;
1215
+ ram attribute clusterRevision default = 4 ;
1222
1216
1223
1217
handle command Identify;
1224
1218
handle command TriggerEffect;
Original file line number Diff line number Diff line change 1426
1426
" isIncoming" : 1 ,
1427
1427
" isEnabled" : 1
1428
1428
},
1429
- {
1430
- " name" : " OpenBasicCommissioningWindow" ,
1431
- " code" : 1 ,
1432
- " mfgCode" : null,
1433
- " source" : " client" ,
1434
- " isIncoming" : 1 ,
1435
- " isEnabled" : 1
1436
- },
1437
1429
{
1438
1430
" name" : " RevokeCommissioning" ,
1439
1431
" code" : 2 ,
2095
2087
" storageOption" : " RAM" ,
2096
2088
" singleton" : 0 ,
2097
2089
" bounded" : 0 ,
2098
- " defaultValue" : " 2 " ,
2090
+ " defaultValue" : " 4 " ,
2099
2091
" reportable" : 1 ,
2100
2092
" minInterval" : 1 ,
2101
2093
" maxInterval" : 65534 ,
You can’t perform that action at this time.
0 commit comments