-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path11073ProtocolTunnel.xml
26 lines (26 loc) · 1.38 KB
/
11073ProtocolTunnel.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0"?>
<!--
Zigbee Alliance owns the copyright to the text and content displayed or
included in this document (including in PDF, XML files and other formats) in
all forms of media, which copyright is protected by the copyright laws of the
United States and by international treaties. Full text of licensing terms
applicable to this document can be found in the LICENSE.md file.
-->
<zcl:cluster xmlns:zcl="http://zigbee.org/zcl/clusters"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:type="http://zigbee.org/zcl/types"
xmlns:xi="http://www.w3.org/2001/XInclude"
xsi:schemaLocation="http://zigbee.org/zcl/clusters cluster.xsd http://zigbee.org/zcl/types type.xsd"
id="0614" revision="0" name="11073 Protocol Tunnel">
<classification role="application" picsCode="T11073" primaryTransaction="" />
<server>
<attributes>
<attribute id="0000" name="DeviceIDList" type="array of uint16" default="65535" />
<attribute id="0001" name="ManagerTarget" type="IEEE address" default="-" />
<attribute id="0002" name="ManagerEndpoint" type="uint8" default="-" />
<attribute id="0003" name="Connected" type="bool" default="FALSE" />
<attribute id="0004" name="Preemptible" type="bool" default="TRUE" />
<attribute id="0005" name="IdleTimeout" type="uint16" min="1" max="65535" default="0" />
</attributes>
</server>
</zcl:cluster>