ym88659208ym87991671
Function hvac_decontaminate | Documentation for developers

hvac_decontaminate

Last updated on August 26, 2022

Data type: BOOL.

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

Purpose: manages the air decontamination mode:

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

Devices with this function

hvac_air_purifier – air purifiers.

Examples of voice commands

— Салют, включи режим обеззараживания на воздухоочистителе (Salute, switch the air purifier to the decontamination mode)

— Салют, выключи функцию обеззараживания на воздухоочистителе (Salute, turn off the decontamination mode)

Function description for a device model

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

Function state description example

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

{
"states": [
{
"key": "hvac_decontaminate",
"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.