Get door sensor setings
Returns info about door sensor options
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- enable boolean
describes feature status, true - on / false - off
- repeating_message_delay integer
Time in seconds after which the panel will send the next message if the sensor is not closed
- repeating_message_enable boolean
Resending messages if one message is not enough
- opening_delay integer
Time that the door sensor must be open to start sending alerts
- available_modes string[]
Possible values: [
door_sensor
,call_button
]door sensor - the contacts work as contacts of a door sensor, when the contacts are opened after the time specified in the parameter, the panel sends a message that the door has been open for too long
call_button - when the contacts are closed, a call is made to the paired monitor or concierge
- mode string
Possible values: [
door_sensor
,call_button
]schema describes variants of door access mode
{
"enable": false,
"repeating_message_delay": 60,
"repeating_message_enable": false,
"opening_delay": 120,
"available_modes": [
"door_sensor",
"call_button"
],
"mode": "door_sensor"
}
{
"enable": false,
"repeating_message_delay": 60,
"repeating_message_enable": false,
"opening_delay": 120,
"available_modes": [
"door_sensor",
"call_button"
],
"mode": "door_sensor"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
error message
{
"error": "Log In"
}
{
"error": "Log In"
}