Dashboard Lights

Example data points for dashboard_lights

{
  "version": 2,
  "application_id": "00000000-0000-0000-0000-000000000000",
  "message_id": "AA02FFB01650060FA8888E5C3ED46FF2A0E4A49EACF1A92E264CD0C137971B28",
  "vin": "EXV10000000",
  "data": {
    "dashboard_lights": {
      "dashboard_lights": [
        {
          "data": {
            "name": "anti_lock_brake_failure",
            "state": "off"
          },
          "timestamp": "2025-08-12T13:59:52.000Z"
        },
        {
          "data": {
            "name": "advanced_braking",
            "state": "on"
          },
          "timestamp": "2025-08-12T13:59:52.000Z"
        }
      ],
      "dynamic_warnings": [
        {
           "data": {
             "id": "W_DF02",
             "description": "Fault: Have the motor checked by a qualified workshop.",
             "category": "Engine",
           },
           "timestamp": "2025-08-12T13:59:52.000Z"
        }
      ]
    }
  }
}

Last updated

Was this helpful?