2.2.0 PDU Worker - lokokung/Starburst-Front-End-Control-System GitHub Wiki
Communication Specifications
The PDU communicates only through a HTTP site that it broadcasts on port 80. In order to control the PDU, HTTP requests are sent to open links and login as necessary. This form of communication is dependent on the python mechanize package.
Constants
The constants defined for the PDU worker are the definitions for the location of the device and shouldn't require change anytime soon.
Commands
Commands | Parameters | Description |
---|---|---|
OUTLET | {out_num} {on/off} | Turns the designated outlet number on (1) or off (0). |
ND-ON | Turns the noise diode on. | |
ND-OFF | Turns the noise diode off. |