V180817w
iBoot-G2+ / iBoot-G2S
Page 14
<password> =
password associated with user
Syntax notes:
The order of the variables is not significant.
The user and password are not required when Auto-Login feature is enabled
(see Passwords / User Settings
section 7.13
for security options.)
No channel is required when requesting status (including is OK)
Examples:
http://192.168.1.254?c=1&s=1&u=user&p=user
Turn Main outlet on for the default user.
http://192.168.1.254?c=1&s=0&t=5
Reboot Main for 5 seconds with Auto-Login
http://192.168.1.254:8080?s=2&u=admin&p=admin
Return status using http port 8080
URL Command Responses
iBoot-G2+ will return a response to a
URL command
as follows:
<location id> Command Received
The full http response is
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>iBoot Status</title>
</head>
<body>
<locationID>iBoot-G2-Plus</locationID>
<status>Command Received</status>
</body>
</html>
iBoot-G2+ will return a response to a
URL Status Request command
as follows:
<location id> <Main status>,<Exp1 status>,<Exp2 status>
The full http response is
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>iBoot Status</title>
</head>
<body>
<locationID>iBoot-G2-Plus</locationID>
<status>ON,ON,ON</status>
</body>
</html>