Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This API is experimental and may change.

...

Code Block
GET /api/v1/sendCecX/ HTTP/1.1
Host: {{playerIP}}
Authorization: {{DigestAuth}}

Request BodyThis is the example request body:

Code Block
languagejson
{
  "hexCommand": "4f36"
}

Response Example

Code Block
languagejson
{
  "data": {
    "result": {
      "success": true
    }
  }
}

Failure Response Examples

400: Invalid request parameter

500: Internal server error