The action
nodes indicate what should happen when the received command packet matches that described in command
node and all condition
nodes evaluate true. As there can be multiple action
nodes, a single command received can cause many things to happen.
hcode
|
character | The house code of the module to command |
acode
|
decimal integer | The appliance code of the module to command |
command
|
one of "on" or "off" | Indicates whether the device should be turned on or off |
delay
|
integer | Optionally, how many seconds to wait before sending this command, defaults to 0 or "right now" |
Or there can be an external effect that will run an arbitrary command
external
|
string | The full path to the command to be run |
args
|
string | The command line arguments to pass to the command |