Skip to content

Commit

Permalink
Actually fix the XML cluster revision for descriptor. (project-chip#2…
Browse files Browse the repository at this point in the history
…9034)

project-chip#28753 updated some ZAP
files but didn't fix the XML.
  • Loading branch information
bzbarsky-apple authored Sep 2, 2023
1 parent aac1a77 commit 2df2dd3
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 2df2dd3

Please sign in to comment.