Get the settings of the external light indication
Get the settings of the incoming call and the doorbell external light indication
- if
door_bell_duration
is 0, switching on and off occurs synchronously with pressing the doorbell button
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- is_enabled boolean
Default value:
false
- off_after_answer boolean
Default value:
true
- door_bell_duration number
Possible values:
<= 60
Default value:
20
- enable_12v_output_for_incoming_call boolean
Default value:
false
{
"is_enabled": false,
"off_after_answer": true,
"door_bell_duration": 20,
"enable_12v_output_for_incoming_call": false
}
{
"is_enabled": false,
"off_after_answer": true,
"door_bell_duration": 20,
"enable_12v_output_for_incoming_call": false
}
Please log in
- application/json
- Schema
- Example (from schema)
- Example
Schema
error object
code stringPossible values: [
invalid_authentification
,permission_denied
,not_valid
,system_error
]Error code
message stringError message
data object
Did not pass validation parameters. Can be represented as an object, which can include field names, arrays, query parameters etc.
param string
{
"error": {
"code": "not_valid",
"message": "Data validation error",
"data": {
"param": "must be an string"
}
}
}
{
"error": {
"code": "invalid_authentification",
"message": "Log In"
}
}
Loading...