File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
components/uic_dotdot/dotdot-xml Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments