Command Class = 0x25
(Command_Class_Switch_Binary = 0x25)
Command =0x03
(Switch_Binary_Report = 0x03)
Parameter 1 = 0xFF
(ON=0xFF
,
OFF=0x00)
2-3-2 BINARY_SWITCH_SET
By using BINARY_SWITCH_SET Command of Multi Channel Command Class
Encapsulation Command, you can switch Relay1 ON/OFF by setting endpoint to
1, or switch Relay2 ON/OFF by setting endpoint to 2.
The example of the command show that switch off relay1 of PAN30
COMMAND_CLASS_MULTI_CHANNEL
MULTI_CHANNEL_CMD_ENCAP
Source End Point = 0x01
(this is the endpoint of command inquirer
here we assume endpoint is 1
,
if the
inquirer doesn’t support multi Channel this
value will be 0)
(Bit Destination End Point = 0x01) (Bit Address =0
;
Destination End Point
range1~2)
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 PAN30 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 inquirer
here we assume endpoint is 1
,
if the
inquirer doesn’t support multi Channel this
value will be 0)
(Bit Destination End Point = 0x03) (Bit Address =0
;
Destination End Point
range 3~4)
Command Class = 0x32
( Command_Class_Meter_V3 = 0x32)
Command =0x03
(Meter_Supported_Get = 0x03)
Below is the example show PAN30 report to last command
10