Skip to content

Commit

Permalink
Regenerated zap code.
Browse files Browse the repository at this point in the history
  • Loading branch information
hicklin committed Sep 5, 2023
1 parent 3f46c3c commit 1520428
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions examples/rvc-app/rvc-common/rvc-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,10 @@ server cluster Scenes = 5 {

/** The Descriptor Cluster is meant to replace the support from the Zigbee Device Object (ZDO) for describing a node, its endpoints and clusters. */
server cluster Descriptor = 29 {
bitmap Feature : BITMAP32 {
kTagList = 0x1;
}

struct DeviceTypeStruct {
devtype_id deviceType = 0;
int16u revision = 1;
Expand Down Expand Up @@ -1017,6 +1021,10 @@ server cluster GroupKeyManagement = 63 {
kCacheAndSync = 1;
}

bitmap Feature : BITMAP32 {
kCacheAndSync = 0x1;
}

fabric_scoped struct GroupInfoMapStruct {
group_id groupId = 1;
endpoint_no endpoints[] = 2;
Expand Down Expand Up @@ -1241,7 +1249,8 @@ server cluster RvcOperationalState = 97 {
}

endpoint 0 {
device type rootdevice = 22, version 1;
device type ma_rootdevice = 22, version 1;


server cluster Groups {
ram attribute nameSupport;
Expand Down Expand Up @@ -1377,7 +1386,8 @@ endpoint 0 {
}
}
endpoint 1 {
device type anonymousEndpointType = 116, version 1;
device type ma_robotic_vacuum_cleaner = 116, version 1;


server cluster Identify {
ram attribute identifyTime default = 0x0;
Expand Down

0 comments on commit 1520428

Please sign in to comment.