URL : http://{device_ip}:5003/devices/{device_id}
METHOD : GET
Header
Parameter (Path)
device_id (String) *: 정보 조회할 기기의 id
{
"resultCode": "0000",
"result": {
"deviceId": "59636f82-0e9b-46cc-92e9-be7fdba0971e",
"deviceType": "webOSTV",
"deviceState": {
"online": false,
"mainWebOSTVVolume": 3,
"mainWebOSTVProgramName": "중계방송 국회 대정부 질문 -경제-",
"mainWebOSTVMuted": false,
"mainWebOSTVChannelName": "KBS1",
"mainWebOSTVChannelNumber": "9-1"
},
"alias": "거실 TV",
"registeredAt": 1660147916,
"preferences": {
"ip": "127.0.0.1"
},
"profile": {
"deviceType": "webOSTV",
"name": "webOS",
"components": [
{
"label": "main",
"id": "main",
"capabilities": [
{
"id": "webOSTV",
"version": 1
}
]
}
],
"status": "DEVELOPMENT",
"preferences": [
{
"title": "IP Address",
"name": "ip",
"description": "IP address of the webOS TV",
"required": true,
"type": "string"
}
]
}
}
}