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 boolean
- fail_time integerPossible values: >= 20and<= 240Timeout in seconds 
{
  "is_unlock": false,
  "fail_time": 30
}
{
  "is_unlock": false,
  "fail_time": 30
}
Log In
- application/json
- Schema
- Example (from schema)
- Example
Schema
- error string
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...