|
| 1 | +From bf1d13de7e33598a60b8e7599f69412ab389507c Mon Sep 17 00:00:00 2001 |
| 2 | +From: Viet <Viet.Nguyen@silabs.com> |
| 3 | +Date: Tue, 1 Oct 2024 14:21:40 +0700 |
| 4 | +Subject: [PATCH] UIC-3275: Custom Application Status cluster |
| 5 | + |
| 6 | +--- |
| 7 | + .../dotdot-xml/Unify_ApplicationStatus.xml | 29 +++++++++++++++++++ |
| 8 | + components/uic_dotdot/dotdot-xml/library.xml | 1 + |
| 9 | + 2 files changed, 30 insertions(+) |
| 10 | + create mode 100644 components/uic_dotdot/dotdot-xml/Unify_ApplicationStatus.xml |
| 11 | + |
| 12 | +diff --git a/components/uic_dotdot/dotdot-xml/Unify_ApplicationStatus.xml b/components/uic_dotdot/dotdot-xml/Unify_ApplicationStatus.xml |
| 13 | +new file mode 100644 |
| 14 | +index 0000000000..2d51efb7ee |
| 15 | +--- /dev/null |
| 16 | ++++ b/components/uic_dotdot/dotdot-xml/Unify_ApplicationStatus.xml |
| 17 | +@@ -0,0 +1,29 @@ |
| 18 | ++<?xml version="1.0"?> |
| 19 | ++<!-- |
| 20 | ++Zigbee Alliance owns the copyright to the text and content displayed or |
| 21 | ++included in this document (including in PDF, XML files and other formats) in |
| 22 | ++all forms of media, which copyright is protected by the copyright laws of the |
| 23 | ++United States and by international treaties. Full text of licensing terms |
| 24 | ++applicable to this document can be found in the LICENSE.md file. |
| 25 | ++--> |
| 26 | ++<zcl:cluster xmlns:zcl="http://zigbee.org/zcl/clusters" |
| 27 | ++ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 28 | ++ xmlns:type="http://zigbee.org/zcl/types" |
| 29 | ++ xmlns:xi="http://www.w3.org/2001/XInclude" |
| 30 | ++ xsi:schemaLocation="http://zigbee.org/zcl/clusters cluster.xsd http://zigbee.org/zcl/types type.xsd" |
| 31 | ++ id="FFA2" revision="1" name="ApplicationStatus"> |
| 32 | ++ <classification role="application" picsCode="ASTT" primaryTransaction="1" /> |
| 33 | ++ <server> |
| 34 | ++ <attributes> |
| 35 | ++ <attribute id="0000" name="BusyStatus" type="enum8" reportRequired="true" required="true"> |
| 36 | ++ <restriction> |
| 37 | ++ <type:enumeration value="00" name="Try again later" /> |
| 38 | ++ <type:enumeration value="01" name="Try again in WaitTime seconds" /> |
| 39 | ++ <type:enumeration value="02" name="Request queued" /> |
| 40 | ++ </restriction> |
| 41 | ++ </attribute> |
| 42 | ++ <attribute id="0001" name="WaitTime" type="uint8" required="true" default="0" /> |
| 43 | ++ <attribute id="0002" name="RejectStatus" type="bool" required="true" /> |
| 44 | ++ </attributes> |
| 45 | ++ </server> |
| 46 | ++</zcl:cluster> |
| 47 | +diff --git a/components/uic_dotdot/dotdot-xml/library.xml b/components/uic_dotdot/dotdot-xml/library.xml |
| 48 | +index 4210b67fa4..d8649f4339 100644 |
| 49 | +--- a/components/uic_dotdot/dotdot-xml/library.xml |
| 50 | ++++ b/components/uic_dotdot/dotdot-xml/library.xml |
| 51 | +@@ -501,4 +501,5 @@ applicable to this document can be found in the LICENSE.md file. |
| 52 | + <xi:include href="Unify_HumidityControl.xml" parse="xml"/> |
| 53 | + <xi:include href="Unify_Thermostat.xml" parse="xml"/> |
| 54 | + <xi:include href="Unify_FanControl.xml" parse="xml"/> |
| 55 | ++ <xi:include href="Unify_ApplicationStatus.xml" parse="xml"/> |
| 56 | + </zcl:library> |
| 57 | +\ No newline at end of file |
| 58 | +-- |
| 59 | +2.39.5 |
| 60 | + |
0 commit comments