User Manual

2-1-1 On/Off Event Report
When “on” or “off state has been changed (ex. Press S1 S2 or include on/off
button), it will send Binary Switch Report to the nodes of Group1~3.
Binary Switch Report
ON:[Command Class Switch Binary, Switch Binary Report, Value
=(255)0xFF]
OFF:[Command Class Switch Binary, Switch Binary Report, Value
=0(0x00)]
2-2 Multi Channel Command Class Version 3
PAN06 also support muti channel command class(version 3) , which include
BINARY_SWITCH_GET, BINARY_SWITCH_SET
You may control or get report from 3 endpoint of PAN06
2-2-1 BINARY_SWITCH_GET,
You may get the ON/OFF state from every endpoint, when endpoint set to 1 ,
PAN06 will reply ON(0xFF) either Relay 1 or Relay2 is ON, report OFF (0x00)
when both Relay 1 and Relay2 OFF . If endpoint set to 2 , PAN06 will reply
state of Relay1 . If endpoint set to 3 and PAN06 will reply state of Relay2
Below is a example show a source endpoint 5 send a get command to PAN06
endpoint 1
COMMAND_CLASS_MULTI_CHANNEL
MULTI_CHANNEL_CMD_ENCAP
Source End Point = 0x05 (this is the endpoint of command owner
here we assume endpoint is 5
if
the owner doesn’t support multi
Channel this value will be 0)
(Bit Address+Destination End Point = 0x01) (Bit Address =0
Destination End Point
range from 1~3)
Command Class = 0x25 (Command_Class_Switch_Binary =
0x25)
Command =0x02 (Switch_Binary_Get = 0x02)
Below is the example show PAN06 report to last command
COMMAND_CLASS_MULTI_CHANNEL
MULTI_CHANNEL_CMD_ENCAP
Source End Point = 0x01 Since the endpoint is 1 so PAN06 will
reply ON(0xFF) either Relay 1 or Relay2
is ON, report OFF (0x00) when both
Relay 1 and Relay2 OFF
(Bit Address+Destination End Point = 0x05) (Bit Address =0
Destination End Point)
Command Class = 0x25 (Command_Class_Switch_Binary =
0x25)
5