High Tire Pressure
The HIGH_TIRE_PRESSURE event is generated when a vehicle’s tire pressure rises above the predefined threshold. Once the Tire Pressure Monitoring System (TPMS) detects this condition, the event is immediately published to the configured webhook.
**Event Name:**HIGH_TIRE_PRESSURE
Enablement Package: Tire Pressure Monitoring System
Trigger Condition
- The Tire Pressure Monitoring System (TPMS) package must be enabled for the device.
- A webhook subscription must be configured for the HIGH_TIRE_PRESSURE event type.
- When the device detects tire pressure above the defined threshold, the HIGH_TIRE_PRESSURE event is triggered, and the system immediately publishes the event payload to the subscribed webhook.
Example Payload
{
"inputBit7": 0,
"partialUpdate": false,
"inputBit4": 0,
"voiceCallActive": 0,
"inputBit3": 0,
"inputBit6": 0,
"groupId": "ba8a4244-d8e7-11eb-bc30-8f8842ad486a",
"inputBit5": 0,
"type": "HIGH_TIRE_PRESSURE",
"deviceId": "500b4b8b-c9f5-11eb-b6a1-79b1e8a2ea42",
"networkService": 0,
"commStateConnected": 0,
"messageType": "HIGH_TIRE_PRESSURE",
"messageIndex": "15",
"dimentionFix": 0,
"lastKnownLon": -122.1315405,
"inputBit0": 0,
"tirePressureType": 1,
"vendorTypeId": 1,
"inputBit2": 0,
"id": "1c00e1fd-f201-4767-9dd0-fb23be45d1fa",
"inputBit1": 0,
"fixStatuslastKnown": 0,
"fixStatusHistoric": 0,
"mileage": 0,
"commStatusAvaliable": 0,
"locationTime": 1663772169000,
"odometer": 0,
"offset": 0,
"virtualTripEnd": false,
"eventIndex": 0,
"assetNo": "",
"fixStatusCorrected": 0,
"insideHOO": true,
"deviceSerial": "0030486187",
"groupName": "Bay Area Group",
"lastKnownTime": 1663772287000,
"jmsType": "",
"lastKnownLat": 37.8424106,
"fixQuality": 0,
"unitStatusBit0": 0,
"vehicleName": "Moraga Shuttle",
"unitStatusBit2": 0,
"deviceTypeId": 1,
"unitStatusBit1": 0,
"unitStatusBit3": 0,
"storedLocation": false,
"protocolVersionIdChange": true,
"inflation": 20,
"unitStatus": 0,
"fixStatusPredict": 0,
"invalidFix": 0,
"dataService": 0,
"network3G": 0,
"lastKnownAddress": "187-139 Corliss Dr, Moraga, CA 94556, USA",
"noOfAccums": 0,
"privacyModeEnable": false,
"customerId": 1059,
"fixStatus": 0,
"tirePressureDetected": false,
"correlationId": "40",
"vehicleId": "500b4b8a-c9f5-11eb-b6a1-4522797e7b4b",
"tirePosition": "Right Front Tire",
"tripNumber": 0,
"lastKnownFixQuality": 0,
"spare": 0,
"roaming": 0,
"stateId": 0,
"subTypes": "Critical Low Pressure",
"userName": "Mateo Curtis",
"userId": "8a9388a9-7ece-127b-0180-09f6340117ba",
"tripState": "ACTIVE",
"messageTypeId": 0,
"location": {
"latitude": 37.849263,
"longitude": -122.124103
},
"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: `-122.1315405 |
tirePressureType_* | Tire pressure type (1 = High Pressure). Example: "1" |
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: `"Bay Area Group" |
lastKnownTime* | Last known timestamp.
Example: |
lastKnownLat* | Last known latitude.
Example: |
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: "Critical High Pressure" |
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
