Asentria SiteBoss 571 UserManual
Page 118
Power output actions are declared with the following syntax:
Power: output(
action, EventSensor, point
)
Put an output in a certain state specified by
action
.
action
: one of the following words, by case-insensitive exact match or partial unambiguous match:
on
or off
EventSensor
: the number of the EventSensor that has the specified output, where it is the same as
that referred to by the index in an EventSensor key (e.g., 200 in
event.sensor[200].*
for the
internal EventSensor) as well as that referred to by the SNMP esIndex object.
point
: the number of the output (1-based) on the specified EventSensor. E.g., this is the same
number x in "
event.sensor[200].output[x].*
"
Relay actions are declared with the following syntax:
Relay: relay(action, EventSensor, point)
Put a relay in a certain state specified by
action
.
action
: one of the following two words, by case-insensitive exact match or partial unambiguous
match:
active
or
inactive
. “Active” always means to energize the relay.
EventSensor
: the number of the EventSensor that has the specified relay, where it is the same
as that referred to by the index in an EventSensor key (e.g., 1 in
event.sensor[1].*
for
the first external EventSensor) as well as that referred to by the SNMP esIndex object.
point
: the number of the relay (1-based) on the specified EventSensor. E.g., this is the same number
x in "
event.sensor[1].relay[x].*"