Packages

AutoApi is able to parse and execute Auto API binary data

Current section

Files

Jump to
auto_api specs capabilities parking_brake.json
Raw

specs/capabilities/parking_brake.json

{
"name": "parking_brake",
"name_cased": "parkingBrake",
"name_pretty": "Parking Brake",
"category": "parking",
"authorization": true,
"identifier": {
"msb": 0,
"lsb": 88
},
"api": {
"intro": 5,
"update": 11
},
"getters": {},
"setters": [
{
"name": "set_parking_brake",
"mandatory": [
1
],
"description": "Turn on or off the parking brake."
}
],
"state": "all",
"properties": [
{
"id": 1,
"name": "status",
"name_cased": "status",
"name_pretty": "Status",
"type": "types.active_state",
"examples": [
{
"data_component": "01",
"value": "active",
"description": "Parking brake is active"
}
]
}
]
}