Set delay before unlocking
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
Time delay before panel relay contacts will be open
Path Parameters
- lockNumber integer required
Possible values: [
1
,2
]1 - first lock, 2 - second lock
- application/json
Request Body required
- lock_delay integer required
Possible values:
<= 9
Timeout in seconds
Responses
- 200
- 400
- 401
OK
- Wrong lockNumber
- Wrong delay range
- Missed json body or wrong param. Response sample:
"error": "Wrong JSON body"
- Required field is not provided. Response sample:
"error": "Wrong JSON body: no value for `param`"
where param
- is a required field that was not provided
- Field was of the wrong type. Response sample:
"error": "Wrong JSON body: value `param` was of the wrong type"
where param
- is a field of the wrong type
- application/json
- Schema
- Example (from schema)
- Base
- No value
- Wrong param type
- Wrong lock number
- Wrong delay
Schema
- error string
{
"error": true
}
{
"error": "Wrong JSON body"
}
{
"error": "Wrong JSON body: no value for `param`"
}
{
"error": "Wrong JSON body: value `param` was of the wrong type"
}
{
"error": "Wrong lockNumber"
}
{
"error": "Wrong delay range"
}
Log In
- application/json
- Schema
- Example (from schema)
- Example
Schema
- error string
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...