Skip to content

Commit f180f8b

Browse files
Vietrzr
authored andcommitted
UIC-3275: UAM file for Application Status cluster
Origin: SiliconLabsSoftware#147 Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent 362c474 commit f180f8b

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
// Swtich Color Command Class
3+
def zw_BUSY_STATUS 0x2202
4+
def zw_WAIT_TIME 0x2203
5+
def zw_REJECT_STATUS 0x2204
6+
7+
// ZCL Swich Color cluster attributes
8+
def zb_BusyStatus 0xffa20000
9+
def zb_WaitTime 0xffa20001
10+
def zb_RejectStatus 0xffa20002
11+
12+
13+
scope 25 chain_reaction(0) {
14+
15+
r'zw_BUSY_STATUS = r'zb_BusyStatus
16+
r'zw_BUSY_STATUS.zw_WAIT_TIME = r'zb_WaitTime
17+
r'zw_REJECT_STATUS = r'zb_RejectStatus
18+
19+
20+
r'zb_BusyStatus = r'zw_BUSY_STATUS
21+
r'zb_WaitTime = r'zw_BUSY_STATUS.zw_WAIT_TIME
22+
r'zb_RejectStatus = r'zw_REJECT_STATUS
23+
}

0 commit comments

Comments
 (0)