10
Reboot
Command the M4000-PRO to reboot all of its systems, equivalent to pulling the plug and plugging it back into an electrical outlet. Upon reboot, all outlets will turn off;
outlets are restored to their on/off state prior to reboot; network connection is restored; connection to BlueBOLT is reestablished
Command
<reboot> Reboot
M4000-PRO
Attribute: None
Content
None
Example: <reboot/>
Set Settings
This command is used to change one of more of the M4000-PRO configuration settings. All settings within the <set>…</set> are affected. It is not necessary to
include all of the parameters when using this command.
Set Outlet Bank Delays
Command
<set><delay>
Set delay settings for an outlet bank
Attribute:
id=”bank”
Set delay settings for an outlet bank
act= 0 | 1 |2
Action: 0=OFF delay, 1=ON delay, 2=Power cycle delay
Content
delay
Delay time, in seconds, 65536 seconds max
Set Trigger Enable
Command
<set><triggerena >
Set the trigger enable for an outlet bank
Attribute:
id=”bank”
Set delay settings for an outlet bank
Content
Act = 0 | 1
Action: 0=disable trigger, 1=enable trigger
Set Brightness
Command
<set><brightness>
Set the front panel LED brightness
Attribute: None
Content
1-5
Brightness level, out of 5 steps
Set Settings Example:
..<command><set>
<delay id=”1” act=”2”>60</delay>
Set bank 1 for 60 second power cycle delay
<triggerena id=”2”>1</triggerena>
Set bank 2 trigger enable to enabled
<brightness>3</brightness>
Set brightness to level 3
</set></command>…