> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mobway.cloud/llms.txt
> Use this file to discover all available pages before exploring further.

# Ignition

> Data related to ignition

## ignition\_status

Ignition Status

* Description: indicates the powertrain system mode after a state change
* Format: categorical
* Values:
  * ignition on (on)
    * Description: indicates that the ignition just turned on, that is, the vehicle has already started and is currently on
  * ignition off (off)
    * Description: indicates that the ignition just turned off, that is, the vehicle is currently off
  * crank (crank)
    * Description: indicates that the vehicle is using the starting crank
  * accessory (accessory)
    * Description: indicates that the vehicle is in a state where only accessories are on, such as the radio and window switches
  * other (other)
    * Description: indicates that the vehicle sent a signal from a category not mapped by mobway
* Example:

```json theme={null}
{
  "ignition_status": "ignition on"
}
```

## system\_power\_mode

Powertrain System Mode

* Description: indicates the powertrain system mode
* Format: categorical
* Values:
  * ignition on (on)
    * Description: indicates that the ignition is on, that is, the vehicle has already started and is currently on
  * ignition off (off)
    * Description: indicates that the ignition is off, that is, the vehicle is currently off
  * crank (crank)
    * Description: indicates that the vehicle is using the starting crank
  * accessory (accessory)
    * Description: indicates that the vehicle is in a state where only accessories are on, such as the radio and window switches
  * other (other)
    * Description: indicates that the vehicle sent a signal from a category not mapped by mobway
* Example:

```json theme={null}
{
  "system_power_mode": "on"
}
```
