User Manual

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)
Command =0x03 (Switch_Binary_Reportet = 0x3)
Parameter 1 = 0xFF (ON=0xFF
OFF=0x00)
2-3-2 BINARY_SWITCH_SET
By using BINARY_SWITCH_SET Command of Multi Channel Command Class
Encapsulateion Command, you can switch both Relay1 and Relay2 ON/OFF by
setting endpoint to 1 or switch Relay1 ON/OFF by setting endpoint to 2 or switch
Relay1 ON/OFF by setting endpoint to 3
The example of the command show that switch off relay1 of PAN04
COMMAND_CLASS_MULTI_CHANNEL
MULTI_CHANNEL_CMD_ENCAP
Source End Point = 0x01 (this is the endpoint of command owner
here we assume endpoint is 1
if the
owner doesn’t support multi Channel
this value will be 0)
(Bit Address+Destination End Point = 0x02) (Bit Address =0
Destination End Point
range1~3)
Command Class = 0x25 (Command_Class_Switch_Binary =
0x25)
Command =0x01 (Switch_Binary_Set = 0x01)
Parameter 1 = 0x00 (ON=0xFF
OFF=0x00)
2-3-3 METER_SUPPORTED_GET
This command is to ask the endpoint of PAN04 what kind of meter data can be
reported
The example show how to get the meter report type
COMMAND_CLASS_MULTI_CHANNEL
MULTI_CHANNEL_CMD_ENCAP
Source End Point = 0x01 (this is the endpoint of command owner
here we assume endpoint is 1
if the
owner doesn’t support multi Channel
this value will be 0)
(Bit Address+Destination End Point = 0x03) (Bit Address =0
Destination End Point
10