File tree 1 file changed +12
-2
lines changed
examples/rvc-app/rvc-common
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -269,6 +269,10 @@ server cluster Scenes = 5 {
269
269
270
270
/** The Descriptor Cluster is meant to replace the support from the Zigbee Device Object (ZDO) for describing a node, its endpoints and clusters. */
271
271
server cluster Descriptor = 29 {
272
+ bitmap Feature : BITMAP32 {
273
+ kTagList = 0x1;
274
+ }
275
+
272
276
struct DeviceTypeStruct {
273
277
devtype_id deviceType = 0;
274
278
int16u revision = 1;
@@ -1017,6 +1021,10 @@ server cluster GroupKeyManagement = 63 {
1017
1021
kCacheAndSync = 1;
1018
1022
}
1019
1023
1024
+ bitmap Feature : BITMAP32 {
1025
+ kCacheAndSync = 0x1;
1026
+ }
1027
+
1020
1028
fabric_scoped struct GroupInfoMapStruct {
1021
1029
group_id groupId = 1;
1022
1030
endpoint_no endpoints[] = 2;
@@ -1241,7 +1249,8 @@ server cluster RvcOperationalState = 97 {
1241
1249
}
1242
1250
1243
1251
endpoint 0 {
1244
- device type rootdevice = 22, version 1;
1252
+ device type ma_rootdevice = 22, version 1;
1253
+
1245
1254
1246
1255
server cluster Groups {
1247
1256
ram attribute nameSupport;
@@ -1377,7 +1386,8 @@ endpoint 0 {
1377
1386
}
1378
1387
}
1379
1388
endpoint 1 {
1380
- device type anonymousEndpointType = 116, version 1;
1389
+ device type ma_robotic_vacuum_cleaner = 116, version 1;
1390
+
1381
1391
1382
1392
server cluster Identify {
1383
1393
ram attribute identifyTime default = 0x0;
You can’t perform that action at this time.
0 commit comments