Low Tire Pressure
The LOW_TIRE_PRESSURE event is generated when the Tire Pressure Monitoring System (TPMS) detects that a tire’s pressure has fallen below the predefined threshold set for the vehicle. Once the condition is identified, the system immediately publishes the event payload to the configured webhook.
**Event Name:**LOW_TIRE_PRESSURE
Enablement Package: Tire Pressure Monitoring System
Trigger Condition
- The Tire Pressure Monitoring System (TPMS) package must be enabled at the device level.
- A webhook subscription must be configured for the LOW_TIRE_PRESSURE event.
- When the device detects tire pressure below the defined threshold, the system triggers the LOW_TIRE_PRESSURE event and publishes the event payload to the subscribed webhook.
Example Payload
{
"inputBit7": 0,
"partialUpdate": false,
"inputBit4": 0,
"voiceCallActive": 0,
"inputBit3": 0,
"inputBit6": 0,
"groupId": "9858b964-8f35-11e8-ba61-5185a4cd8d87",
"inputBit5": 0,
"type": "LOW_TIRE_PRESSURE",
"deviceId": "cbac07ee-4b92-11ec-8ee0-210a435a2c7d",
"networkService": 0,
"commStateConnected": 0,
"messageType": "LOW_TIRE_PRESSURE",
"messageIndex": "15",
"dimentionFix": 0,
"lastKnownLon": -81.4528693,
"inputBit0": 0,
"tirePressureType": 2,
"vendorTypeId": 1,
"inputBit2": 0,
"id": "1c00b264-4d00-42ef-9de5-57baae451c5c",
"inputBit1": 0,
"fixStatuslastKnown": 0,
"fixStatusHistoric": 0,
"mileage": 0,
"commStatusAvaliable": 0,
"locationTime": 1663765949000,
"odometer": 0,
"offset": 0,
"virtualTripEnd": false,
"eventIndex": 0,
"assetNo": "",
"fixStatusCorrected": 0,
"insideHOO": true,
"deviceSerial": "1082302389",
"groupName": "Cleveland",
"lastKnownTime": 1663766067000,
"jmsType": "",
"lastKnownLat": 41.3186228,
"fixQuality": 0,
"unitStatusBit0": 0,
"vehicleName": "Elena",
"unitStatusBit2": 0,
"deviceTypeId": 1,
"unitStatusBit1": 0,
"unitStatusBit3": 0,
"storedLocation": false,
"protocolVersionIdChange": true,
"inflation": 0,
"unitStatus": 0,
"fixStatusPredict": 0,
"invalidFix": 0,
"dataService": 0,
"network3G": 0,
"lastKnownAddress": "Paw Pt, Twinsburg, OH 44087, USA",
"noOfAccums": 0,
"privacyModeEnable": false,
"customerId": 1059,
"fixStatus": 0,
"tirePressureDetected": false,
"correlationId": "30",
"vehicleId": "cbac07ed-4b92-11ec-8ee0-cb89e84e4449",
"tirePosition": "Left Rear Tire",
"tripNumber": 0,
"lastKnownFixQuality": 0,
"spare": 0,
"roaming": 0,
"stateId": 0,
"subTypes": "Low Pressure Resolved",
"userName": "Scott DiMuzio",
"userId": "07b895b0-04c4-11ea-ae67-df903ad9d8c5",
"tripState": "ACTIVE",
"messageTypeId": 0,
"location": {
"latitude": 41.329029,
"longitude": -81.440379
},
"batteryPercentage": 0,
"commonState": 0,
"currentState": 0,
"messageEventTypeId": 0
}Reference
Field | Description |
|---|---|
groupId* | Group to which the vehicle belongs.
Example: |
type | Identifies the webhook event type.
Example: |
deviceId* | Unique ID of the device that reported the event.
Example: |
messageType* | Type of message. |
messageIndex_* | Message sequence index. |
lastKnownLon* | Last known longitude. Example: `-81.4528693 |
tirePressureType_* | Tire pressure type (2 = Low Pressure). Example: "2" |
vendorTypeId* | Vendor type identifier.
Example: |
id* | Unique event identifier.
Example: |
locationTime* | Timestamp of location reading (milliseconds).
Example: |
deviceSerial* | Device serial number. |
groupName* | Name of the group. Example: `"Cleveland" |
lastKnownTime* | Last known timestamp.
Example: |
lastKnownLat* | Last known latitude. Example: `41.3186228 |
vehicleName* | Vehicle display name or serial.
Example: |
inflation* | Measured inflation (psi) above threshold. |
lastKnownAddress_* | Nearest resolved address. |
customerId* | Unique identifier for customer. |
vehicleId* | Unique ID of the vehicle.
Example: |
tirePosition* | Tire location where issue was detected.
Example: |
subTypes_* | Severity or category. Example: "Low Pressure Resolved" |
userName* | Name of user/driver.
Example: |
userId* | Unique identifier of the user.
Example: |
tripState* | Trip status during event.
Example: |
latitude* | Latitude of the event location.
Example: |
longitude* | Longitude of the event location.
Example: |
batteryPercentage* | Current battery level of device.
Example: |
Updated 10 days ago
