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 booleanDetermines whether the camera is enabled 
- auto_pickup booleanAutomatic answer on incoming call if enabled 
- auto_hung_up_after_dtmf booleanDetermines whether the feature is enabled 
- auto_answer booleanDetermines whether the feature is enabled 
- protect_unlock booleanThe 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 boolean- Determines whether the feature is enabled timeout integer- Possible 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 stringError information 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...