Using the following CLI command in EmberZnet to send IAS WD start warning command
//IAS WD Cluster: 0x0502
//ZCL header 01(Frame Control Byte) 0A (Transcation Seq no.) 00 (Command ID - Start Warning)
//ZCL
Payload 10(0001(4 bits): Burglar mode 00(2 bits): Strobe/No 00(2 bits):
Siren Level/low) FF00(Warning duration) 10(Strobe duty cycle) 00(Strobe
level/low)
// Refer to section 8.4.2.3 in ZCL specification for details.
raw 0x502 {010A0010FF001000}
//0xB19D is short address of WD device and both 1 are source and destination endpoint.
send 0xB19D 1 1
No comments:
Post a Comment