Skip to content

Commit

Permalink
Actually fix the XML cluster revision for descriptor. (#29034)
Browse files Browse the repository at this point in the history
#28753 updated some ZAP
files but didn't fix the XML.
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Jan 20, 2024
1 parent 567e2a9 commit 4732238
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ limitations under the License.
<code>0x001d</code>
<define>DESCRIPTOR_CLUSTER</define>
<description>The Descriptor Cluster is meant to replace the support from the Zigbee Device Object (ZDO) for describing a node, its endpoints and clusters.</description>

<globalAttribute side="either" code="0xFFFD" value="2"/>

<attribute side="server" code="0x0000" define="DEVICE_LIST" type="ARRAY" entryType="DeviceTypeStruct" writable="false" optional="false">DeviceTypeList</attribute>
<attribute side="server" code="0x0001" define="SERVER_LIST" type="ARRAY" entryType="CLUSTER_ID" writable="false" optional="false">ServerList</attribute>
<attribute side="server" code="0x0002" define="CLIENT_LIST" type="ARRAY" entryType="CLUSTER_ID" writable="false" optional="false">ClientList</attribute>
Expand Down

0 comments on commit 4732238

Please sign in to comment.