Get relay unlock if SIP registration failed feature status and time for it
Get feature status and timer before relay unlock if SIP registration failed.
If feature is enabled, the value of "lock_delay" must be 0 or 1 (see '/access/general/lock/delay/{lockNumber}')
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- is_unlock booleandescribes feature status, true - on / false - off 
- fail_time integerPossible values: >= 20and<= 240Timeout in seconds 
{
  "is_unlock": false,
  "fail_time": 30
}
{
  "is_unlock": false,
  "fail_time": 30
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringerror message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...