Gets the type of lock used.
Gets the type of lock used.
- electromagnetic or electromechanical
Responses
- 200
- 401
- 403
OK
- application/json
- Schema
- Example (from schema)
Schema
- locks object[]
{
"locks": [
{
"lock_number": 1,
"type": "electromagnetic"
},
{
"lock_number": 1,
"type": "electromechanical",
"pulse_on": 5,
"pulse_off": 10
}
]
}
Log In
Administrator rights required
Loading...