Gets the type of Wiegand used.
Gets the type of Wiegand used.
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- type string
Possible values: [
wiegand_26
,wiegand_34
,wiegand_58
]Type of wiegand used
- identifier_representation string
Possible values: [
decimal
,hex
]Type of identifier representation used
{
"type": "wiegand_34",
"identifier_representation": "decimal"
}
{
"type": "wiegand_34",
"identifier_representation": "decimal"
}
Log In
Loading...