diff --git a/examples/rvc-app/rvc-common/rvc-app.matter b/examples/rvc-app/rvc-common/rvc-app.matter index ed193c8d2bc2a8..3984af95e439b9 100644 --- a/examples/rvc-app/rvc-common/rvc-app.matter +++ b/examples/rvc-app/rvc-common/rvc-app.matter @@ -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; @@ -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; @@ -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; @@ -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;