Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Feature bitmap to Descriptor XML. #28636

Merged
merged 1 commit into from
Aug 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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