15
GET DEVICE SETTINGS (QUERY)
Query the configuration settings of the connected MB1500 / F1500-UPS / F1500-UPS E.
SEND
<command><sendstatus/></command>
RECEIVE
<status time=”
time
”>
Response time stamp, provided in UNIX time
<battthresh id=”
n
”>
thold
</battthresh>
Non-critical outlet battery threshold
n
= outlet bank (3 or 4)
thold
= outlet bank n will shut off when the battery storage % drops
below this value (0.0-1.0)
<buzzer>
mode
</buzzer>
Buzzer Mode
mode
= 0: OFF
mode
= 1: ON
<brightness>
bright
</brightness>
Display Brightness
bright
= 0.25, 0.5, 0.75, 1.00
<scroll>
time
</scroll>
Scroll Mode
time
= 5, 10 (seconds), 0 = OFF
<sleep>
time
</sleep>
Sleep Mode
time
= 30, 60 (seconds), 0 = OFF
<normvolt>
voltage
</normvolt>
Normal Voltage Setting
F-1500UPS E ONLY
voltage
= 220: 220 Vac operation
voltage
= 230: 230 Vac operation
voltage
= 240: 240 Vac operation
</settings>
SWITCH OUTLET (COMMAND)
Command to switch an individual outlet ON or OFF.
SEND
<command>
<outlet id=”
outle
t”>
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>