Kimchi Refrigerator
디바이스 프로파일
지원하는 기능은 모델과 국가에 따라 다를 수 있습니다.
Property
Resource |
Property |
Value | ||||
---|---|---|---|---|---|---|
Module Class |
Type |
Name |
Type |
R/W |
Value |
Description |
temperature |
List<Object> |
targetTemperature (희망온도) |
Enum |
R |
KIMCHI |
김치 |
R |
OFF |
꺼짐 |
||||
R |
FREEZER |
냉동 |
||||
R |
FRIDGE |
냉장 |
||||
R |
STORAGE |
보관 |
||||
R |
MEAT_FISH |
육류/생선 |
||||
R |
RICE_GRAIN |
쌀/곡류 |
||||
R |
VEGETABLE_FRUIT |
채소/과일 |
||||
R |
TEMPERATURE_NUMBER |
온도인 경우 숫자로 표시 |
||||
locationName (위치이름) |
Enum |
R |
TOP |
상칸 |
||
R |
LEFT |
좌칸 |
||||
R |
RIGHT |
우칸 |
||||
R |
MIDDLE |
중칸 |
||||
R |
BOTTOM |
하칸 |
||||
R |
SINGLE |
단일칸 |
||||
refrigeration |
Object |
freshAirFilter (공기 필터 설정) |
Enum |
R |
OFF |
해제 |
R |
AUTO |
자동 |
||||
R |
POWER |
파워 |
||||
oneTouchFilter (공기 필터 설정) |
Enum |
R |
OFF |
꺼짐 |
||
R |
ON |
켜짐 |
Notification (Push Message)
Push Code |
Description |
---|---|
DOOR_IS_OPEN |
문이 열렸습니다. |
JSON
{ "notification": { "push": [ "DOOR_IS_OPEN" ] }, "property": { "temperature": [{ "targetTemperature": { "type": "enum", "mode": [ "r" ], "value": { "r": [ "FREEZER", "FRIDGE", "KIMCHI" ] } }, "locationName": "LEFT" }, { "targetTemperature": { "type": "enum", "mode": [ "r" ], "value": { "r": [ "FREEZER", "FRIDGE", "KIMCHI" ] } }, "locationName": "RIGHT" }, { "targetTemperature": { "type": "enum", "mode": [ "r" ], "value": { "r": [ "VEGETABLE_FRUIT", "OFF", "MEAT_FISH", "KIMCHI" ] } }, "locationName": "MIDDLE" }, { "targetTemperature": { "type": "enum", "mode": [ "r" ], "value": { "r": [ "OFF", "VEGETABLE_FRUIT", "STORAGE", "RICE_GRAIN", "KIMCHI" ] } }, "locationName": "BOTTOM" } ], "refrigeration": { "oneTouchFilter": { "type": "enum", "mode": [ "r" ], "value": { "r": [ "OFF", "ON" ] } } } } }
상태 조회 결과
Example
{ "temperature": [ { "targetTemperature": "KIMCHI", "locationName": "LEFT" }, { "targetTemperature": "FRIDGE", "locationName": "RIGHT" }, { "targetTemperature": "VEGETABLE_FRUIT", "locationName": "MIDDLE" }, { "targetTemperature": "RICE_GRAIN", "locationName": "BOTTOM" } ], "refrigeration": { "oneTouchFilter": "ON" } }
{ "refrigeration": { "freshAirFilter": "OFF" }, "temperature": [{ "locationName": "TOP", "targetTemperature": 4 }, { "locationName": "MIDDLE", "targetTemperature": "MEAT_FISH" }, { "locationName": "BOTTOM", "targetTemperature": -24 } ] }
제어 명령
현재 제어 가능한 속성이 없습니다.