Get Advanced options
Returns advanced options:
- 'camera' - on/off device camera during calls
- 'auto_pickup' - automatically pick up incoming calls
- 'auto_answer' - play 'nobody home' message and record message if nobody answers after 30s of incoming call
- 'protect_unlock' - if enabled shows login dialog to protect the lock opening during talk
- 'auto_hung_up_after_dtmf' - automatically end call after opening door
- 'hooter' - on/off hooter(ext. speaker) and timeout after which starting work hooter when an incoming call is started
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:
<= 60
Delay 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...