Set relay unlock if SIP registration failed feature status and time for it
Set 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}')
- application/json
Request Body required
- is_unlock booleandescribes feature status, true - on / false - off 
- fail_time integerPossible values: >= 20and<= 240Timeout in seconds 
Responses
- 200
- 400
- 401
OK
Wrong JSON body
- application/json
- Schema
- Example (from schema)
- Example
Schema
- error stringerror type/info 
{
  "error": "Wrong JSON body"
}
{
  "error": "Wrong JSON body"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringerror message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...