ym88659208ym87991671
Function hvac_night_mode | Documentation for developers

hvac_night_mode

Last updated on August 26, 2022

Data type: BOOL.

Usage method: stores the device state and can change it.

Purpose: manages the night mode:

  • true – night mode on.
  • false – night mode off.

Devices with this function

Examples of voice commands

— Салют, включи ночной режим на кондиционере (Salute, switch the air conditioner to the night mode)

— Салют, выключи ночной режим на увлажнителе воздуха (Salute, turn off the night mode of the air humidifier)

Function description for a device model

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

Function state description example

The example describes a device with the switched-off night mode.

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