Detect vehicle connectivity changes
mainYou can use Fleet Telemetry connectivity events as a proxy to determine when a vehicle is online. When configured correctly, the Fleet Telemetry connectivity state should match the actual vehicle connectivity state with 99%+ accuracy.
To enable these events, add the connectivity key to the records object in your server_config.json file, specifying the dispatcher to use.
"records": {
"connectivity": [
"kafka"
]
}