-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTime.xml
37 lines (37 loc) · 2.41 KB
/
Time.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
27
28
29
30
31
32
33
34
35
36
37
<?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="000A" revision="1" name="Time">
<classification role="application" picsCode="T" />
<server>
<attributes>
<attribute id="0000" name="Time" type="UTC" writable="true" writableIf="!TimeStatus.Master" required="true" max="4294967294" default="4294967295" />
<attribute id="0001" name="TimeStatus" type="map8" writable="true" required="true" default="0">
<bitmap>
<element name="Master" type="bool" mask="01" />
<element name="Synchronized" type="bool" mask="02" shiftRight="1" />
<element name="MasterZoneDst" type="bool" mask="04" shiftRight="2" />
<element name="Superseding" type="bool" mask="08" shiftRight="3" />
</bitmap>
</attribute>
<attribute id="0002" name="TimeZone" type="int32" writable="true" writableIf="!TimeStatus.MasterZoneDst" min="-86400" max="86400" default="0" />
<attribute id="0003" name="DstStart" type="uint32" writable="true" writableIf="!TimeStatus.MasterZoneDst" max="4294967294" default="4294967295" />
<attribute id="0004" name="DstEnd" type="uint32" writable="true" writableIf="!TimeStatus.MasterZoneDst" max="4294967294" default="4294967295" />
<attribute id="0005" name="DstShift" type="int32" writable="true" writableIf="!TimeStatus.MasterZoneDst" min="-86400" max="86400" default="0" />
<attribute id="0006" name="StandardTime" type="uint32" max="4294967294" default="4294967295" />
<attribute id="0007" name="LocalTime" type="uint32" max="4294967294" default="4294967295" />
<attribute id="0008" name="LastSetTime" type="UTC" default="4294967295" />
<attribute id="0009" name="ValidUntilTime" type="UTC" writable="true" default="4294967295" />
</attributes>
</server>
</zcl:cluster>