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