Theft alarm

Example data points for theft_alarm

{
  "version": 2,
  "application_id": "00000000-0000-0000-0000-000000000000",
  "message_id": "5502FFB01650060FA8888E5C3ED46FF2A0E4A49EACF1A92E264CD0C137971B28",
  "vin": "EXV10000000",
  "data": {
    "theft_alarm": {
      "interior_protection_status": [
        {
          "data": "active",
          "timestamp": "2025-09-23T13:32:42.847Z"
        }
      ],
      "interior_protection_triggered": [
        {
          "data": "triggered",
          "timestamp": "2025-09-23T13:32:42.847Z"
        }
      ],
      "tow_protection_status": [
        {
          "data": "active",
          "timestamp": "2025-09-23T13:32:42.847Z"
        }
      ],
      "tow_protection_triggered": [
        {
          "data": "triggered",
          "timestamp": "2025-09-23T13:32:42.847Z"
        }
      ],
      "status": [
        {
          "data": "unarmed",
          "timestamp": "2025-09-23T13:24:50.787Z"
        }
      ]
    }
  }
}

Last updated

Was this helpful?