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
- 404
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- is_unlock boolean
describes feature status, true - on / false - off
- fail_time integer
Possible 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 string
error message
{
"error": "Log In"
}
{
"error": "Log In"
}
This feature is disabled on your device
- text/plain
- Schema
Schema
- string
Loading...