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)
ip (String) *: 연결할 TV의 IP 주소. TV 리스트 조회를 통해 얻어옵니다
Response
Type: Object
TV가 등록된 경우: 제어 명령이 실행된 후 TV 에서 보낸 응답이 리턴됩니다
TV가 등록되지 않은 경우, 에러 응답이 리턴됩니다
Response Example
TV가 등록된 경우
TV가 등록되지 않는경우
Last updated