ym88659208ym87991671
Function sensor_sensitive | Documentation for developers

sensor_sensitive

Last updated on August 26, 2022

Data type: ENUM.

Usage method: stores the device state without changing it.

Purpose: sensor sensitivity. It is usually set by turning a switch on the sensor. It may take the following values:

  • low – low sensitivity.
  • medium – medium sensitivity.
  • high – high sensitivity.

When describing the device model, the list of available operation modes of a function can be shortened.

Devices with this function

Examples of voice commands

The user cannot manage the function; no voice commands provided for it.

Function description for a device model

"features": [
"sensor_sensitive",
// ...
]

Function state description example

The example describes a sensor functioning in the medium sensitivity mode.

{
"states": [
{
"key": "sensor_sensitive",
"value": {
"type": "ENUM",
"enum_value": "medium"
}
}
]
}
Sber process cookies only to personalize services according to Cookies Usage Policy. You can prevent the processing of cookies in your browser settings.