Get external locks settings
Get external locks settings
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- ext_locks object[]- list of settings for each lock id integer- Possible values: - <= 7- lock number timeout integer- Possible values: - <= 255- Unlock time in seconds 
{
  "ext_locks": [
    {
      "id": 1,
      "timeout": 60
    }
  ]
}
{
  "ext_locks": [
    {
      "id": 2,
      "timeout": 3
    },
    {
      "id": 3,
      "timeout": 3
    }
  ]
}
- Wrong SH-42 module. Response sample:
  "error": "Used old sh42 firmware"
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringerror message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...