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 integerPossible values:
<= 7
lock number
timeout integerPossible 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"
Log In
- application/json
- Schema
- Example (from schema)
- Example
Schema
- error string
error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...