Diagnostic Web Server APIs
Local DWS APIs

LDWS sendCecX Endpoint

3min
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 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/ 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 400 invalid request parameter 500 500 internal server error