blob: 61db59a1b29c744a64bf685561383f94b15502b5 [file] [log] [blame]
<?xml version="1.0"?>
<!--
Copyright (c) 2020 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="TargetStruct" isFabricScoped="true">
<cluster code="0x001e"/>
<item fieldId="1" name="Node" type="NODE_ID" optional="true"/>
<item fieldId="2" name="Group" type="GROUP_ID" optional="true"/>
<item fieldId="3" name="Endpoint" type="ENDPOINT_NO" optional="true"/>
<item fieldId="4" name="Cluster" type="CLUSTER_ID" optional="true"/>
</struct>
<cluster>
<domain>General</domain>
<name>Binding</name>
<code>0x001e</code>
<define>BINDING_CLUSTER</define>
<description>The Binding Cluster is meant to replace the support from the Zigbee Device Object (ZDO) for supporting the binding table.</description>
<attribute side="server" code="0x0000" define="BINDING_LIST" type="ARRAY" entryType="TargetStruct" writable="true" optional="false">Binding</attribute>
</cluster>
</configurator>