Skip to content

Commit

Permalink
Add Feature bitmap to Descriptor XML. (project-chip#28636)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple authored Aug 11, 2023
1 parent c57aec6 commit bf0b45a
Show file tree
Hide file tree
Showing 64 changed files with 266 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ server cluster Identify = 3 {

/** 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
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,10 @@ server cluster BinaryInputBasic = 15 {

/** 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
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,10 @@ server cluster LevelControl = 8 {

/** 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
4 changes: 4 additions & 0 deletions examples/bridge-app/bridge-common/bridge-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,10 @@ server cluster LevelControl = 8 {

/** 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
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,10 @@ server cluster LevelControl = 8 {

/** 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
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ server cluster Groups = 4 {

/** 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
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ server cluster OnOff = 6 {

/** 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
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,10 @@ server cluster LevelControl = 8 {

/** 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
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ server cluster Groups = 4 {

/** 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
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,10 @@ server cluster LevelControl = 8 {

/** 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
4 changes: 4 additions & 0 deletions examples/chef/devices/rootnode_doorlock_aNKYAreMXE.matter
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ server cluster Groups = 4 {

/** 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
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,10 @@ server cluster LevelControl = 8 {

/** 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
4 changes: 4 additions & 0 deletions examples/chef/devices/rootnode_fan_7N2TobIlOX.matter
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ server cluster Groups = 4 {

/** 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
4 changes: 4 additions & 0 deletions examples/chef/devices/rootnode_flowsensor_1zVxHedlaV.matter
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ client cluster Groups = 4 {

/** 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
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,10 @@ server cluster LevelControl = 8 {

/** 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
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ client cluster Groups = 4 {

/** 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
4 changes: 4 additions & 0 deletions examples/chef/devices/rootnode_lightsensor_lZQycTFcJK.matter
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ client cluster Groups = 4 {

/** 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
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ client cluster Groups = 4 {

/** 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
4 changes: 4 additions & 0 deletions examples/chef/devices/rootnode_onofflight_bbs1b7IaOV.matter
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,10 @@ server cluster LevelControl = 8 {

/** 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
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,10 @@ server cluster OnOff = 6 {

/** 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
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,10 @@ server cluster OnOff = 6 {

/** 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
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ client cluster Groups = 4 {

/** 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
4 changes: 4 additions & 0 deletions examples/chef/devices/rootnode_pump_a811bb33a0.matter
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ server cluster OnOff = 6 {

/** 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
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
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@ server cluster OnOff = 6 {

/** 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
4 changes: 4 additions & 0 deletions examples/chef/devices/rootnode_speaker_RpzeXdimqA.matter
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,10 @@ server cluster LevelControl = 8 {

/** 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
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ client cluster Groups = 4 {

/** 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
4 changes: 4 additions & 0 deletions examples/chef/devices/rootnode_thermostat_bm3fb8dhYi.matter
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ server cluster Groups = 4 {

/** 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
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ server cluster Groups = 4 {

/** 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
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ server cluster Groups = 4 {

/** 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
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ server cluster Groups = 4 {

/** 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
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,10 @@ client cluster OnOff = 6 {

/** 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
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,10 @@ server cluster LevelControl = 8 {

/** 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
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,10 @@ server cluster LevelControl = 8 {

/** 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
4 changes: 4 additions & 0 deletions examples/lighting-app/lighting-common/lighting-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,10 @@ server cluster LevelControl = 8 {

/** 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
4 changes: 4 additions & 0 deletions examples/lighting-app/nxp/zap/lighting-on-off.matter
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,10 @@ server cluster LevelControl = 8 {

/** 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
Loading

0 comments on commit bf0b45a

Please sign in to comment.