Remote
POST /webostv/{ip}/remote/{action}
리모컨의 기능별 버튼을 누릅니다.
Request
URL : http://{device_ip}:5011/webostv/{ip}/remote/{action}
METHOD : POST
Header
None
Parameter (Path)
ip (String) *: 연결할 TV의 IP 주소. TV 리스트 조회를 통해 얻어옵니다
action (String) *: home, back ok, exit, up, down, left ,right
Response
Type: Object
빈 값이 리턴됩니다
POST /webostv/{ip}/remote/number
리모컨의 숫자 버튼을 누릅니다.
Request
URL : http://{device_ip}:5011/webostv/{ip}/remote/number
METHOD : POST
Header
None
Parameter (Path)
ip (String) *: 연결할 TV의 IP 주소. TV 리스트 조회를 통해 얻어옵니다
Request Example
Response
Type: Object
빈 값이 리턴됩니다
Last updated