Status of the contacts of the exit button
Returns status of the exit buttons contacts feature. If disabled, the door will not open after closing the contacts.
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- enable boolean
describes the state of feature, true - on / false - off
{
"enable": true
}
{
"enable": true
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...