Versions Compared

Key

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

This API is experimental and may change.

...

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

Request Body

  • hexCommand string: The custom Cec command, in hexadecimal format, to send to the player sent from the player to the connected display.. You can use https://www.cec-o-matic.com/ to understand and convert commands.

Request Example

The example request parameters and headers are set as follows:

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

...

Failure Response Examples

400: Invalid request parameter

500: Internal server error