ym88659208ym87991671
Function alarm_mute | Documentation for developers

alarm_mute

Last updated on June 17, 2024

Data type: BOOL.

Usage method: stores the device state without changing it.

Purpose: controls the sound notification settings when the sensor is triggered:

  • true — turn off sound notification.
  • false — turn on sound notification.

Devices with this function

Examples of voice commands

No voice commands are available.

Function description for a device model

The function must be added to the model descriptions of all devices that support it.

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

Function state description example

In the example, the sensor will not sound an alarm when triggered.

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