5
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-1-2 Overload Notification report command
When PAN35 detect the overload, it will send Notification Report to Group1.
The content of Notification Report
Notification report command:[Command Class Notification, Notification
Report, Notification Type = 0x08, Event state = 0x08]
2-2 Multi Channel Command Class Version 4
PAN35 also support Multi channel command class(version 4), which include
BINARY_SWITCH_GET, BINARY_SWITCH_SET, BASIC_GET, BASIC_SET
You may control or get report from 2
endpoints
of PAN35
2-2-1 BINARY_SWITCH_GET,
You may get the ON/OFF state from every endpoint, when endpoint set to 1,
PAN35 will reply ON(0xFF)
when
Relay 1 is ON, report OFF (0x00) when Relay 1
is OFF. If endpoint set to 2, PAN35 will reply state of Relay2.
Below is an example show a source endpoint 5 send a Get command to PAN35
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 Destination End Point =
0x01)
(Bit Address =0
;
Destination End Point
range from 1~2)
Command Class = 0x25
(Command_Class_Switch_Binary =
0x25)
Command =0x02
(Switch_Binary_Get = 0x02)
Below is the example show PAN35 report to last command
COMMAND_CLASS_MULTI_CHANNEL
MULTI_CHANNEL_CMD_ENCAP
Source End Point = 0x01
Since the endpoint is 1 so PAN35 will
reply ON(0xFF) when Relay 1 is ON,
report OFF (0x00) when Relay 1 is
OFF.
(Bit Destination End Point =
0x05)
(Bit Address =0
;
Destination End Point)
Command Class = 0x25
(Command_Class_Switch_Binary =
0x25)
Command =0x03
(Switch_Binary_Report = 0x03)
Parameter 1 = 0xFF
(ON=0xFF
,
OFF=0x00)