TPMS Resolved Event
The TPMS_RESOLVED_EVENT is triggered when a previously reported tire pressure issue (Low or High) returns to normal levels. Once the system confirms the resolution, it periodically (every minute) publishes the event payload to the configured webhook, indicating that the tire pressure condition is no longer active.
Event Name: TPMS_RESOLVED_EVENT
Enablement Package: Tire Pressure Monitoring System
Trigger Condition
- The event is triggered periodically (every minute).
- The system must detect that a previously triggered LOW_TIRE_PRESSURE or HIGH_TIRE_PRESSURE event has been resolved and tire pressure has returned to normal.
Example Payload
{
"fixQuality": 0,
"deviceTypeId": 1,
"serialNumber": "2210401015",
"locationTime": 1723023925000,
"subTypes": "Low Pressure Resolved",
"type": "TPMS_RESOLVED_EVENT",
"deviceSerial": "2210401015",
"messageType": "LOW_TIRE_PRESSURE",
"tirePressureType": 1,
"vendorTypeId": 1,
"location": {
"latitude": "28.639597",
"longitude": "-81.444089"
},
"correlationId": 46,
"tirePosition": "Right Rear Tire"
}Reference
Field | Description |
|---|---|
fixQuality | GPS fix quality at the time of the event. |
deviceTypeId | Device type identifier |
serialNumber | Device serial number reported for the event. |
locationTime | Timestamp when the location/event occurred. |
subTypes | Resolved tire pressure condition subtype. |
type | Event type name. |
deviceSerial | Serial number of the TPMS-enabled device. |
messageType | Original event type that has now been resolved. |
tirePressureType | Type of the tire pressure event. Example: |
vendorTypeId | Vendor type for TPMS sensor. Example: |
latitude | Event location latitude. |
longitude | Event location longitude. |
correlationId | ID linking this event with the original tire pressure alert. |
tirePosition | Tire position where issue was resolved. |
Updated 10 days ago
