devices.types.sensor.illumination

A device that reports the illumination level.

Examples of devices

Illumination sensor.

Device control phrases

Each device type has a specific set of phrases. The user can control the device using these phrases without specifying the device name.

Phrases:
  • Yasmina, what's the illumination level in the bedroom?

  • Yasmina, what are the illumination sensor readings?

Where can I find all voice commands?
To open the full list of voice commands:
  1. Open the  Yango Play app.
  2. Select the desired device in the list of devices.
  3. Go to the Device section at the bottom of the page.
  4. Tap Device.

Recommended capabilities

Any available capabilities describing the device features.

Recommended properties for devices

The table of properties is based on popular device functions in a given category. It provides general recommendations for describing devices. Yango Smart Home does not restrict the provider to the specified list. You can combine properties and devices as you wish based on your awareness of the device features.

Property type. Instances
devices.properties.float

Function: illumination.

Property type. Instances
devices.properties.float

Function: illumination.

Examples of capability and property descriptions

These structures are sent in response to the device list request.

Illumination sensor
{
  "capabilities": [],
  "properties": [
    {
      "type": "devices.properties.float",
      "retrievable": true,
      "reportable": true,
      "parameters": {
        "instance": "illumination",
        "unit": "unit.illumination.lux"
      },
      "state": {
        "instance": "illumination",
        "value": 150
      },
      "last_updated": "2022-10-18T15:53:54Z"
    }
  ]
}