Get advanced call options
Returns the current state of advanced intercom call options:
camera— enables/disables the device camera during calls.auto_pickup— automatically answers incoming calls.auto_answer— plays a "nobody home" message and records a message if no one answers after 30 seconds.protect_unlock— shows a login dialog to confirm identity before the door lock can be opened during a call.auto_hung_up_after_dtmf— automatically ends the call after the door is opened via DTMF.hooter— enables/disables the external speaker (hooter) and sets the delay before it activates on an incoming call.
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- camera boolean
Determines whether the camera is enabled
- auto_pickup boolean
Automatic answer on incoming call if enabled
- auto_hung_up_after_dtmf boolean
Determines whether the feature is enabled
- auto_answer boolean
Determines whether the feature is enabled
- protect_unlock boolean
The system will ask for the user password when trying to open the lock if enabled
hooter object
Supply + 12V to monitor alarm output after the specified time after receiving an incoming call
enable booleanDetermines whether the feature is enabled
timeout integerPossible values:
<= 60Delay timeout in seconds
{
"camera": true,
"auto_pickup": false,
"auto_hung_up_after_dtmf": false,
"auto_answer": false,
"protect_unlock": false,
"hooter": {
"enable": false,
"timeout": 0
}
}
{
"camera": false,
"auto_pickup": false,
"auto_answer": false,
"auto_hung_up_after_dtmf": false,
"protect_unlock": false,
"hooter": {
"enable": false,
"timeout": 10
}
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error information
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...