ym88659208ym87991671
Function humidity | Documentation for developers

humidity

Last updated on November 25, 2022

Data type: INTEGER(0, 100).

Usage method: stores the device state without changing it.

Purpose: shows the current humidity level. It takes a value from the range of 0-100% at an interval of 1%.

When describing the device model, the range and interval of values taken by the function can be changed.

Devices with this function

Examples of voice commands

— Салют, какой уровень влажности в детской? (Salute, what is the humidity level in the children's room?)

— Салют, какой уровень влажности на увлажнителе? (Salute, what humidity level does the humidifier show?)

— Салют, какая влажность на кондиционере? (Salute, what humidity level does the air conditioner show?)

— Салют, уровень влажности на датчике температуры и влажности (Salute, the humidity level on the temperature and humidity sensor)

Function description for a device model

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

Function state description example

The example describes a sensor reporting that the humidity is 60%.

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