Kimchi Refrigerator

Device Profile

Supported features may vary by model and country.

Property

Resource

Property

Value

Module Class

Type

Name

 Type

R/W

Value 

Description

temperature

List<Object>

targetTemperature

Enum

R

KIMCHI

Kimchi

R

OFF

Off

R

FREEZER

Freezer

R

FRIDGE

Refrigerator

R

STORAGE

Storage

R

MEAT_FISH

Meat/Fish

R

RICE_GRAIN

Rice/Grain

R

VEGETABLE_FRUIT

Vegetable/Fruit

R

TEMPERATURE_NUMBER

A number signifying the temperature.

locationName

Enum

R

TOP

Top Compartment

R

LEFT

Left Compartment

R

RIGHT

Right Compartment

R

MIDDLE

Middle Compartment

R

BOTTOM

Bottom Compartment

R

SINGLE

Single Compartment

refrigeration

Object

freshAirFilter

Enum

R

OFF

Release

R

AUTO

Automatic

R

POWER

Power

oneTouchFilter

Enum

R

OFF

Off

R

ON

On

Notification (Push Message)

Push Code

Description

DOOR_IS_OPEN

The 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"
          ]
        }
      }
    }
  }
}

 

Status Inquiry Result

Example

{
    "temperature": [
        {
            "targetTemperature": "KIMCHI",
            "locationName": "LEFT"
        },
        {
            "targetTemperature": "FRIDGE",
            "locationName": "RIGHT"
        },
        {
            "targetTemperature": "VEGETABLE_FRUIT",
            "locationName": "MIDDLE"
        },
        {
            "targetTemperature": "RICE_GRAIN",
            "locationName": "BOTTOM"
        }
    ],
    "refrigeration": {
        "oneTouchFilter": "ON"
    }
}

 

Control Command

There is currently no attribute that can be controlled.