Get time after opening until locking
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
Time for which the relay contacts will be closed after opening
Path Parameters
- lockNumber integer requiredPossible values: [ 1,2]1 - first lock, 2 - second lock 
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- lock_timeout integerPossible values: >= 1and<= 40Timeout in seconds 
{
  "lock_timeout": 3
}
{
  "lock_timeout": 3
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringerror message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...