If no parameter is specified, all the status of digital output will be returned.
Return:
HTTP/1.0 200 OK\r\n
[do1=<state>]\r\n [do2=<state>]\r\n [do3=<state>]\r\n [do4=<state>]\r\n
where <state> can be H or L.
Example: Query the status of digital output 1
Request:
Response:
HTTP/1.0 200 OK\r\n
do1=H\r\n
Capture single snapshot
Note: This request require normal user privilege
Method: GET/POST
Syntax:
Server will return the most
- 77 -