Skip to main content

seat_belt_status

Seat Belt Status
  • Description: driver’s seat belt status
  • Format: categorical
  • Values:
    • buckled (buckled)
      • Description: indicates that the driver is wearing the seat belt
    • not buckled (not buckled)
      • Description: indicates that the driver is not wearing the seat belt
  • Example:
{
  "seat_belt_status": "buckled"
}

warning_signal

Warning Signal
  • Description: signal that indicates vehicle faults
  • Format: categorical
  • Values: vary according to the automaker and vehicle model
  • Example:
{
  "warning_signal": {
    "Code": "300D22",
    "Description": "Tanque de combustível quase vazio.",
    "Action": "Reabasteça assim que possível."
  }
}

warning_severity_level

Warning Signal Severity Level
  • Description: indicates the severity of the warning signal
  • Format: categorical
  • Values:
    • no severity (no severity)
      • Description: indicates that the issue reported by the warning signal has no severity
    • low severity (low severity)
      • Description: indicates that the issue reported by the warning signal has low severity
    • medium severity (medium severity)
      • Description: indicates that the issue reported by the warning signal has medium severity
    • high severity (high severity)
      • Description: indicates that the issue reported by the warning signal has high severity
  • Example:
{
  "warning_severity_level": "high severity"
}

low_level_washer_fluid

Low Washer Fluid Level Warning
  • Description: indicates whether the windshield washer fluid level is low
  • Format: categorical
  • Values:
    • normal level washer fluid (normal level)
      • Description: indicates that the washer fluid amount is normal
    • low level washer fluid (low level)
      • Description: indicates that the washer fluid amount is low
  • Example:
{
  "low_level_washer_fluid": "normal level washer fluid"
}