/
LDWS sendCecX Endpoint
LDWS sendCecX Endpoint
This API is experimental and may change.
POST /v1/sendCecX/
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.
Request Example
The example request parameters and headers are set as follows:
POST /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
, multiple selections available,
Related content
LDWS Video Endpoints
LDWS Video Endpoints
More like this
LDWS Control Endpoints
LDWS Control Endpoints
Read with this
LDWS Display Control Endpoints
LDWS Display Control Endpoints
More like this
LDWS Storage Endpoints
LDWS Storage Endpoints
Read with this
LDWS Info Endpoints
LDWS Info Endpoints
More like this
LDWS General Endpoints
LDWS General Endpoints
Read with this