Packages

AutoApi is able to parse and execute Auto API binary data

Current section

Files

Jump to
auto_api specs trunk.json
Raw

specs/trunk.json

{
"category": "digital_key",
"id_lsb": 33,
"name": "trunk",
"api_intro": 1,
"message_types": [
{
"id": 0,
"name": "get_trunk_state"
},
{
"id": 1,
"name": "trunk_state"
},
{
"id": 2,
"name": "open_close_trunk"
}
],
"id_msb": 0,
"properties": [
{
"type": "enum",
"size": 1,
"values": [
{
"name": "unlocked",
"id": 0
},
{
"name": "locked",
"id": 1
}
],
"id": 1,
"name": "trunk_lock"
},
{
"type": "enum",
"size": 1,
"values": [
{
"name": "closed",
"id": 0
},
{
"name": "open",
"id": 1
}
],
"id": 2,
"name": "trunk_position"
}
],
"api_update": 5
}