commit | bf0b45a65e66c01ed635fa2ff4153d7dbc99ae25 | [log] [tgz] |
---|---|---|
author | Boris Zbarsky <bzbarsky@apple.com> | Fri Aug 11 08:04:15 2023 -0400 |
committer | GitHub <noreply@github.com> | Fri Aug 11 12:04:15 2023 +0000 |
tree | 2987aa85c98c639510f299b772df17921595cf68 | |
parent | c57aec689c6d8410f4c5311746a402312bc92fef [diff] [blame] |
Add Feature bitmap to Descriptor XML. (#28636) Fixes https://github.com/project-chip/connectedhomeip/issues/28605
diff --git a/examples/chef/devices/rootnode_fan_7N2TobIlOX.matter b/examples/chef/devices/rootnode_fan_7N2TobIlOX.matter index 1d3baf2..0d3b63c 100644 --- a/examples/chef/devices/rootnode_fan_7N2TobIlOX.matter +++ b/examples/chef/devices/rootnode_fan_7N2TobIlOX.matter
@@ -150,6 +150,10 @@ /** 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;