unlock
Last updated on November 06, 2025
Data type: ENUM.
Usage method: does not store the device state but can change it.
Purpose: opens the intercom lock.
Devices with this function
intercom – intercom.
Examples of voice commands
— Салют, открой дверь (Salute, unlock the door)
— Салют, открой домофон (Salute, open the intercom lock)
— Салют, открой подъезд (Salute, unlock the entrance)
Function description for a device model
The function must be added to the model descriptions of all devices that support it.
"features": [
"unlock",
// ...
]
Function state description example
The example describes opening of the intercom lock.
{
"states": [
{
"key": "unlock",
"value": {
"type": "ENUM",
"enum_value": "unlock"
}
}
]
}