This API is experimental and may change.
...
Code Block |
---|
GET /api/v1/sendCecX/ HTTP/1.1 Host: {{playerIP}} Authorization: {{DigestAuth}} |
Request BodyThis is the example request body:
Code Block | ||
---|---|---|
| ||
{
"hexCommand": "4f36"
} |
Response Example
Code Block | ||
---|---|---|
| ||
{
"data": {
"result": {
"success": true
}
}
} |
Failure Response Examples
400: Invalid request parameter
500: Internal server error