Alert
This event is fired when an alert is fired on a vehicle.
Body parameters
event
: alertvehicle
(integer): The identifier of the vehicle.data
: (json object).reason
(string, optionnal): The reason of the alert.code
(integer): Code of the alert.
Body example
{
"event": "alert",
"vehicle": 156,
"data": {
"code": 1,
"reason": "Device motion state change"
}
}