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