Skip to content

Commit 1520428

Browse files
committed
Regenerated zap code.
1 parent 3f46c3c commit 1520428

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

examples/rvc-app/rvc-common/rvc-app.matter

+12-2
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,10 @@ server cluster Scenes = 5 {
269269

270270
/** The Descriptor Cluster is meant to replace the support from the Zigbee Device Object (ZDO) for describing a node, its endpoints and clusters. */
271271
server cluster Descriptor = 29 {
272+
bitmap Feature : BITMAP32 {
273+
kTagList = 0x1;
274+
}
275+
272276
struct DeviceTypeStruct {
273277
devtype_id deviceType = 0;
274278
int16u revision = 1;
@@ -1017,6 +1021,10 @@ server cluster GroupKeyManagement = 63 {
10171021
kCacheAndSync = 1;
10181022
}
10191023

1024+
bitmap Feature : BITMAP32 {
1025+
kCacheAndSync = 0x1;
1026+
}
1027+
10201028
fabric_scoped struct GroupInfoMapStruct {
10211029
group_id groupId = 1;
10221030
endpoint_no endpoints[] = 2;
@@ -1241,7 +1249,8 @@ server cluster RvcOperationalState = 97 {
12411249
}
12421250

12431251
endpoint 0 {
1244-
device type rootdevice = 22, version 1;
1252+
device type ma_rootdevice = 22, version 1;
1253+
12451254

12461255
server cluster Groups {
12471256
ram attribute nameSupport;
@@ -1377,7 +1386,8 @@ endpoint 0 {
13771386
}
13781387
}
13791388
endpoint 1 {
1380-
device type anonymousEndpointType = 116, version 1;
1389+
device type ma_robotic_vacuum_cleaner = 116, version 1;
1390+
13811391

13821392
server cluster Identify {
13831393
ram attribute identifyTime default = 0x0;

0 commit comments

Comments
 (0)