Send an STB Command
Sends a command to an STB device. The device must be online and connected (status Online or Standby) to successfully receive the command. Commands are sent immediately to the receiving STB and are not queued or retained for offline devices. Commands are identified by a string and the expected parameters are defined uniquely for each supported command.
Authorizations: STB Administration
Requests
Response
Success
{ "data": { "type":"Send Commands to Device", "status":"ok", "message":"Successfully sent command to device" } } |
Error
Code | Payload | Description |
---|---|---|
404 | {"code": "040000", "name":"NotFound", | Device offline. |
404 | {"code": "040000", "name":"NotFound", | Unknown device ID. |