Skip to content

Commit

Permalink
Remove mentions of client-side global attributes in the ZAP XML.
Browse files Browse the repository at this point in the history
Client-side attributes do not exist in Matter.
  • Loading branch information
bzbarsky-apple committed Sep 6, 2024
1 parent 96e687b commit b235afe
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ limitations under the License.
-->
<configurator>
<global>
<attribute side="client" code="0xFFFD" define="CLUSTER_REVISION_CLIENT" type="int16u" default="1">ClusterRevision</attribute>
<attribute side="server" code="0xFFFD" define="CLUSTER_REVISION_SERVER" type="int16u" default="1">ClusterRevision</attribute>
<attribute side="client" code="0xFFFC" define="FEATURE_MAP_CLIENT" type="bitmap32" default="0">FeatureMap</attribute>
<attribute side="server" code="0xFFFC" define="FEATURE_MAP_SERVER" type="bitmap32" default="0">FeatureMap</attribute>
<attribute side="server" code="0xFFFB" define="ATTRIBUTE_LIST_SERVER" type="array" entryType="attrib_id">AttributeList</attribute>
<attribute side="server" code="0xFFFA" define="EVENT_LIST" type="array" entryType="event_id">EventList</attribute>
Expand Down

0 comments on commit b235afe

Please sign in to comment.