Vehicle Backup Event
The VEHICLE_BACKUP_EVENT is used to notify when a vehicle has been in reverse (backup) mode during a trip. This event is notified at the end of the trip after the system analyzes the driving data.
Event Type: VEHICLE_BACKUP_EVENT
Enablement Package: Back Up Detection
Trigger Condition
Subscription to the VEHICLE_BACKUP_EVENT is mandatory.
The event is triggered at the end of a trip, once the system confirms that the vehicle entered reverse mode. The Back Up Detection package must be enabled for this event to be generated.
Example Payload
{
"zipCode": "502220",
"country": "IN",
"inputBit7": 0,
"partialUpdate": false,
"inputBit4": 0,
"voiceCallActive": 0,
"inputBit3": 0,
"inputBit6": 0,
"groupId": "cad7b661-04e0-11e8-b805-39297e1612eb",
"inputBit5": 0,
"type": "VEHICLE_BACKUP_EVENT",
"deviceId": "87de83c0-2223-11ed-aeb0-876b6192c480",
"networkService": 0,
"commStateConnected": 0,
"messageType": "VEHICLE_BACKUP_EVENT",
"messageIndex": "0",
"dimentionFix": 0,
"lastKnownLon": -120.815968,
"inputBit0": 0,
"vendorTypeId": 1,
"inputBit2": 0,
"id": "1c00b2df-a000-4597-b0dd-126c344bdbd2",
"state": "Telangana",
"inputBit1": 0,
"fixStatuslastKnown": 0,
"fixStatusHistoric": 0,
"commStatusAvaliable": 0,
"locationTime": 1661316641000,
"odometer": 0,
"offset": 0,
"locality": "Mumbai Highway,Kasimpur",
"virtualTripEnd": false,
"eventIndex": 0,
"assetNo": "",
"fixStatusCorrected": 0,
"insideHOO": true,
"deviceSerial": "9909112909",
"groupName": "Default Group",
"eventDuration": 0,
"eventTurnAngle": 0,
"lastKnownTime": 1661314512000,
"jmsType": "",
"lastKnownLat": 37.4669,
"fixQuality": 0,
"unitStatusBit0": 0,
"vehicleName": "9909112909",
"unitStatusBit2": 0,
"deviceTypeId": 1,
"unitStatusBit1": 0,
"eventDistance": 0,
"city": "Medak",
"unitStatusBit3": 0,
"storedLocation": false,
"protocolVersionIdChange": true,
"unitStatus": 0,
"fixStatusPredict": 0,
"invalidFix": 0,
"dataService": 0,
"network3G": 0,
"lastKnownAddress": "2999 S Golden State Blvd, Turlock, CA 95380, USA",
"eventTripNumber": 0,
"noOfAccums": 0,
"privacyModeEnable": false,
"customerId": 6191,
"fixStatus": 0,
"vehicleId": "87de83bf-2223-11ed-aeb0-a186da80643f",
"tripNumber": 0,
"lastKnownFixQuality": 0,
"spare": 0,
"address": "NH65, Kasimpur, Telangana 502220, India",
"roaming": 0,
"stateId": 0,
"userName": "9909112909",
"userId": "8a938091-8290-c7ac-0182-c5dfc8230436",
"tripState": "ACTIVE",
"messageTypeId": 0,
"location": {
"latitude": 17.696502,
"longitude": 77.565824
},
"batteryPercentage": 0,
"commonState": 0,
"currentState": 0,
"messageEventTypeId": 0
}
Reference
Field | Description |
---|---|
groupId | Unique ID of the group the vehicle belongs to. |
type | Message Type. |
deviceId | Unique ID of the device. |
messageType | Type of event message. |
lastKnownLon | Last known longitude of vehicle in degrees. |
vendorTypeId | Vendor type ID. |
id | Unique message ID. |
state | Name of the state. |
locationTime | Timestamp of location data in milliseconds. |
odometer | Odometer reading in kilometers. |
offset | Timezone Offset value. |
locality | Locality name. |
virtualTripEnd | Indicates whether the trip ended virtually. |
insideHOO | Indicates whether inside Hours of Operation. |
deviceSerial | Serial number of the device. |
groupName | Name of the group. |
eventDuration | Duration of the event in seconds. |
eventTurnAngle | Turn angle recorded during event in degrees. |
lastKnownTime | Last known timestamp in milliseconds. |
lastKnownLat | Last known latitude of vehicle in degrees. |
vehicleName | Vehicle name. |
deviceTypeId | Device type identifier, 1-Datalogger
Example: |
eventDistance | Distance recorded during event in meters. |
city | City name. |
storedLocation | Indicates if location is stored. |
protocolVersionIdChange | Indicates whether the protocol version changed. |
lastKnownAddress | Last known full address. |
eventTripNumber | Trip number associated with the event. |
privacyModeEnable | Indicates if privacy mode is enabled. |
customerId | Unique Azuga Customer ID. |
vehicleId | Unique vehicle ID. |
tripNumber | Represents a unique ID assigned to a specific trip, allowing the system to track and reference that particular journey or route. |
address | Event location address. |
userName | Name of the User associated to the vehicle. |
userId | Unique ID of the user. |
tripState | State of the trip. |
messageTypeId | Numeric ID of the message type. |
messageEventTypeId | Event type ID for the message. |
location | Current location object of the vehicle |
latitude | Latitude co-ordinate value in degrees
Example: |
longitude | Longitude co-ordinate value in degrees
Example: |
Updated 1 day ago