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
String,UUID

Unique ID of the group the vehicle belongs to.
Example: "cad7b661-04e0-11e8-b805-39297e1612eb"

type
String

Message Type.
Example: "VEHICLE_BACKUP_EVENT"

deviceId
String,UUID

Unique ID of the device.
Example: "87de83c0-2223-11ed-aeb0-876b6192c480"

messageType
String

Type of event message.
Example: "VEHICLE_BACKUP_EVENT"

lastKnownLon
Float

Last known longitude of vehicle in degrees.
Example: -120.815968

vendorTypeId
Integer

Vendor type ID.
Example: 1

id
String,UUID

Unique message ID.
Example: "1c00b2df-a000-4597-b0dd-126c344bdbd2"

state
String

Name of the state.
Example: "Telangana"

locationTime
Time Stamp

Timestamp of location data in milliseconds.
Example: 1661316641000

odometer
Integer

Odometer reading in kilometers.
Example: 0

offset
Integer

Timezone Offset value.
Example: 0

locality
String

Locality name.
Example: "Mumbai Highway,Kasimpur"

virtualTripEnd
Boolean

Indicates whether the trip ended virtually.
Example: false

insideHOO
Boolean

Indicates whether inside Hours of Operation.
Example: true

deviceSerial
String

Serial number of the device.
Example: "9909112909"

groupName
String

Name of the group.
Example: "Default Group"

eventDuration
Integer

Duration of the event in seconds.
Example: 0

eventTurnAngle
Integer

Turn angle recorded during event in degrees.
Example: 0

lastKnownTime
Time Stamp

Last known timestamp in milliseconds.
Example: 1661314512000

lastKnownLat
Float

Last known latitude of vehicle in degrees.
Example: 37.4669

vehicleName
String

Vehicle name.
Example: "9909112909"

deviceTypeId
Integer

Device type identifier, 1-Datalogger Example: 1

eventDistance
Integer

Distance recorded during event in meters.
Example: 0

city
String

City name.
Example: "Medak"

storedLocation
Boolean

Indicates if location is stored.
Example: false

protocolVersionIdChange
Boolean

Indicates whether the protocol version changed.
Example: true

lastKnownAddress
String

Last known full address.
Example: "2999 S Golden State Blvd, Turlock, CA 95380, USA"

eventTripNumber
Integer

Trip number associated with the event.
Example: 0

privacyModeEnable
Boolean

Indicates if privacy mode is enabled.
Example: false

customerId
Integer

Unique Azuga Customer ID.
Example: 6191

vehicleId
String,UUID

Unique vehicle ID.
Example: "87de83bf-2223-11ed-aeb0-a186da80643f"

tripNumber
Integer

Represents a unique ID assigned to a specific trip, allowing the system to track and reference that particular journey or route.
Example: 0

address
String

Event location address.
Example: "NH65, Kasimpur, Telangana 502220, India"

userName
String

Name of the User associated to the vehicle.
Example: "9909112909"

userId
String,UUID

Unique ID of the user.
Example: "8a938091-8290-c7ac-0182-c5dfc8230436"

tripState
String

State of the trip.
Example: "ACTIVE"

messageTypeId
Integer

Numeric ID of the message type.
Example: 0

messageEventTypeId
Integer

Event type ID for the message.
Example: 0

location
Location { latitude: 34.12 longitude: -82.14 }

Current location object of the vehicle

latitude
Double

Latitude co-ordinate value in degrees Example: 17.696502

longitude
Double

Longitude co-ordinate value in degrees Example: 77.565824