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

Remove mentions of client-side global attributes in the ZAP XML. #35449

Merged
Merged
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
Remove mentions of client-side global attributes in the ZAP XML.
Client-side attributes do not exist in Matter.
bzbarsky-apple committed Sep 6, 2024
commit b235afe53358289fa4ecaf949138b4beb926b3a1
Original file line number Diff line number Diff line change
@@ -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>