Custom SSAP Command

POST /webostv/{ip}/command

SSAP Full Payload로 TV에 요청하는 API입니다.

Request

URL : http://{device_ip}:5011/webostv/{ip}/command

METHOD : POST

Header

  • None

Parameter (Path)

Response

Type: Object

  • TV가 등록된 경우: 제어 명령이 실행된 후 TV 에서 보낸 응답이 리턴됩니다

  • TV가 등록되지 않은 경우, 에러 응답이 리턴됩니다

Response Example

TV가 등록된 경우
{
    // TV payload
}
TV가 등록되지 않는경우
{
    "error": "webOS TV is not registered"
}

Last updated