The request is intended to send command to hardware.
&svc=send_cmd¶ms={ "id_unit": integer, "type": string, "cmd": string }
Parameter | Description |
---|---|
id_unit | Unique Unit ID |
type | Command Type |
cmd | Command Name |
All the parameters are required, cmd - command text or pseudonym
{ "result": true // command sending result (true or false) }