Ignition

Auto API
Level 13
Last Updated
Level 12
Added In
Level 3
Identifier
0x00 0x35

This page specifies the Auto API protocol for Vehicle Status. Head over to the REST API, iOS SDK, Android SDK or Node.js SDK code reference pages for platform specifics.

Accessories status

id: 0x02
name: accessories_status
name_cased: accessoriesStatus
name_pretty: Accessories status
deprecated:
  new_name: state
  reason: combined with 'status'
type: types.ignition_state

Example

data_component: "03"
value: on
description: Accessories power is on

State

id: 0x03
name: state
name_cased: state
name_pretty: State
added: 12
type: types.ignition_state

Example

data_component: "02"
value: accessory
description: Ignition state is in accessory

Status

id: 0x01
name: status
name_cased: status
name_pretty: Status
deprecated:
  new_name: state
  reason: combined with 'accessories_status'
type: types.ignition_state

Example

data_component: "01"
value: off
description: Ignition is off