10
Example 1:
<dlys><dly id=”
1
” sf=”
10
” so=”
20
”/><cy id=”
1
”>
60
</cy></dlys>
Indicates that
outlet 1
has a turn off delay of
10
seconds, turn on delay of
20
seconds and cycle delay of
60
seconds.
Example 2:
<grps><dcin>f0</dcin></grps>
Affected outlets are encoded in an 8-bit bitmap expressed in hexadecimal. The hex value f0 converted to binary is 1111 0000 where
each bit represents an outlet affected by the DC trigger input.
Bit 7
Outlet 8
Bit 6
Outlet 7
Bit 5
Outlet 6
Bit 4
Outlet 5
Bit 3
Outlet 4
Bit 2
Outlet 3
Bit 1
Outlet 2
Bit 0
Outlet 1
1
1
1
1
0
0
0
0
Indicates that DC trigger is assigned to outlets 8, 7, 6 and 5.
Example 3:
<grps><butt id=”1”>8a</butt></grps>
The hex value 8a converted to binary is 1000 1010 where each bit represents an outlet affected by Button 1.
Bit 7
Outlet 8
Bit 6
Outlet 7
Bit 5
Outlet 6
Bit 4
Outlet 5
Bit 3
Outlet 4
Bit 2
Outlet 3
Bit 1
Outlet 2
Bit 0
Outlet 1
1
0
0
0
1
0
1
0
SWITCH OUTLET (COMMAND)
Command to switch an individual outlet ON or OFF.
SEND
<command>
<outlet id=”
outlet
”>
OSTATE
</outlet>
</command>
outlet
= outlet number to switch
OSTATE
= 0: switch outlet OFF
OSTATE
= 1: switch outlet ON
RECEIVE
None
No response
Example:
to switch
OFF
outlet 4
<command><outlet id=”
4
”>
0
</outlet></command>
Indicates that
Button 1
is assigned to outlets 8, 4 and 2.