Power Outlet Operations
Sets outlet # <n> to <v>, where <n> represents the outlet number, and v
represents state (0 is OFF, 1 is ON)
For example, “pset 2 1” will set outlet number 2 to ON
Sets all outlets to state <v>, where 0 is OFF and 1 is ON
Sets outlet group <n> to <v> (0 is OFF and 1 is ON)
For example, “gpset 1 0” will turn off all outlets in group 1
Appendix: HTTP API / Programming Interface Reference
The unit can be easily managed by using direct TCP or serial port interfacing.
Using Telnet
Port: default port # is 23.
Format: CmdCode Arg1 Arg2
Using HTTP/HTTPS.
Note: HTTPS is applicable only for *DU* models.
http://my_IP_addr/cmd.cgi?cmdCode Arg1 Arg2
Command LIst
Arg1: Outlet Number
Arg2: State (0=OFF, 1=ON)
Example to turn off outlet 1
“http://192.168.1.100/cmd.cgi?$A3 1 0”