Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

This API is experimental and may change.

POST /v1/sendCecX/

Sends specified CEC payloads out of an active HDMI-1 port and returns the results

Request Example

The example request parameters and headers are set as follows:

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

This is the example request body:

{
  "hexCommand": "4f36"
}

Response Example

{
  "data": {
    "result": {
      "success": true
    }
  }
}

Failure Response Examples

400: Invalid request parameter

500: Internal server error

  • No labels