Skip to main content

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 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:
{
  "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:
{
  "system_power_mode": "on"
}