Skip to content

Commit 4ea4074

Browse files
Vietrzr
authored andcommitted
UIC-3275: Custom Application Status cluster
Relate-to: SiliconLabsSoftware/z-wave-protocol-controller#147 Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent f1b677b commit 4ea4074

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
Zigbee Alliance owns the copyright to the text and content displayed or
4+
included in this document (including in PDF, XML files and other formats) in
5+
all forms of media, which copyright is protected by the copyright laws of the
6+
United States and by international treaties. Full text of licensing terms
7+
applicable to this document can be found in the LICENSE.md file.
8+
-->
9+
<zcl:cluster xmlns:zcl="http://zigbee.org/zcl/clusters"
10+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11+
xmlns:type="http://zigbee.org/zcl/types"
12+
xmlns:xi="http://www.w3.org/2001/XInclude"
13+
xsi:schemaLocation="http://zigbee.org/zcl/clusters cluster.xsd http://zigbee.org/zcl/types type.xsd"
14+
id="FFA2" revision="1" name="ApplicationStatus">
15+
<classification role="application" picsCode="ASTT" primaryTransaction="1" />
16+
<server>
17+
<attributes>
18+
<attribute id="0000" name="BusyStatus" type="enum8" reportRequired="true" required="true">
19+
<restriction>
20+
<type:enumeration value="00" name="Try again later" />
21+
<type:enumeration value="01" name="Try again in WaitTime seconds" />
22+
<type:enumeration value="02" name="Request queued" />
23+
</restriction>
24+
</attribute>
25+
<attribute id="0001" name="WaitTime" type="uint8" required="true" default="0" />
26+
<attribute id="0002" name="RejectStatus" type="bool" required="true" />
27+
</attributes>
28+
</server>
29+
</zcl:cluster>

components/uic_dotdot/dotdot-xml/library.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,4 +501,5 @@ applicable to this document can be found in the LICENSE.md file.
501501
<xi:include href="Unify_HumidityControl.xml" parse="xml"/>
502502
<xi:include href="Unify_Thermostat.xml" parse="xml"/>
503503
<xi:include href="Unify_FanControl.xml" parse="xml"/>
504+
<xi:include href="Unify_ApplicationStatus.xml" parse="xml"/>
504505
</zcl:library>

0 commit comments

Comments
 (0)