blob: 4c5e82c8646b732b658673f5cd5424b57a9cc748 [file] [log] [blame]
<?xml version="1.0"?>
<!--
Copyright (c) 2021 Project CHIP Authors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<configurator>
<domain name="CHIP"/>
<struct name="LabelStruct">
<cluster code="0x0040"/>
<cluster code="0x0041"/>
<item name="Label" type="CHAR_STRING" length="16"/>
<item name="Value" type="CHAR_STRING" length="16"/>
</struct>
<cluster>
<domain>General</domain>
<name>Fixed Label</name>
<code>0x0040</code>
<define>FIXED_LABEL_CLUSTER</define>
<description>The Fixed Label Cluster provides a feature for the device to tag an endpoint with zero or more read only
labels.</description>
<attribute side="server" code="0x0000" define="LABEL_LIST" type="ARRAY" entryType="LabelStruct" writable="false" optional="false">LabelList</attribute>
</cluster>
</configurator>