This API is experimental and may change.
...
Sends specified CEC payloads out of a player’s HDMI-1 port
Request Body
hexCommand
string: The custom Cec command, in hexadecimal format, sent from the player to the connected display.. You can use https://www.cec-o-matic.com/ to understand and convert commands.
...
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