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 wich starting work hooter when an incoming call is started
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- camera boolean
- auto_pickup boolean
- auto_answer boolean
- auto_hung_up_after_dtmf boolean
- protect_unlock boolean
- hooter objectenable booleantimeout integer
{
  "camera": false,
  "auto_pickup": false,
  "auto_answer": false,
  "auto_hung_up_after_dtmf": false,
  "protect_unlock": false,
  "hooter": {
    "enable": false,
    "timeout": 10
  }
}
{
  "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": "Log In"
}
{
  "error": "Log In"
}
Loading...