Set BOND lift settings
Configures BOND lift adapter, required for interaction with BOND module. Access zone code will be converted to proper wiegand type before sending to Wiegand output.
BOND lift cannot work simultaneously with Wiegand output. Disable Wiegand output
using POST /access/general/wiegand
.
- application/json
Request Body required
- is_enabled boolean required
Determines whether the feature is enabled
wiegand object required
Wiegand settings. Access zone code will be converted to proper wiegand type before sending to Wiegand output.
type string requiredPossible values: [
wiegand_26
,wiegand_34
,wiegand_42
,wiegand_58
,wiegand_66
,wiegand_130
]Wiegand type. All data received on Wiegand input will be converted to selected type
- 200
- 400
- 401
- 403
- 422
OK
- Wrong wiegand type
- Missed json body or wrong param Response sample:
"error": "Wrong JSON body"
- Required field is not provided. Response sample:
"error": "Wrong JSON body: no value for `param`"
where param
- is a required field that was not provided
- Field was of the wrong type. Response sample:
"error": "Wrong JSON body: value `param` was of the wrong type"
where param
- is a field of the wrong type
- application/json
- Schema
- Example (from schema)
- Base
- No value
- Wrong param type
- Wrong wiegand type
Schema
- error string
Error message
{
"error": true
}
{
"error": "Wrong JSON body"
}
{
"error": "Wrong JSON body: no value for `param`"
}
{
"error": "Wrong JSON body: value `param` was of the wrong type"
}
{
"error": "Wrong wiegand type. Available values are in range: [wiegand_26, wiegand_34, wiegand_42, wiegand_58, wiegand_66, wiegand_130]"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Administrator rights required. You are currently logged in with different user account. Log In with administrator rights
- application/json
- Schema
- Example (from schema)
- Admin Rights Required
Schema
- error string
Error message
{
"error": "Administrator rights required"
}
{
"error": "Administrator rights required"
}
Wiegand out is enabled. To enable BOND lift Wiegand out must be disabled using POST /access/general/wiegand
.
- application/json
- Schema
- Example (from schema)
- Multifactor access enabled
Schema
- error string
Error message
{
"error": "Wrong JSON body"
}
{
"error": "Please disable Wiegand out to enable lift module"
}