-
Notifications
You must be signed in to change notification settings - Fork 6
/
KeepAlive.xml
22 lines (22 loc) · 1.08 KB
/
KeepAlive.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<!--
Connectivity Standards 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="0025" revision="1" name="KeepAlive">
<classification role="utility" picsCode="KA" />
<server>
<attributes>
<attribute id="0000" name="TCKeepAliveBase" type="uint8" required="true" min="1" max="255" default="10" />
<attribute id="0001" name="TCKeepAliveJitter" type="uint16" required="true" max="65535" default="300" />
</attributes>
</server>
</zcl:cluster>