TachoTimes Message
A TachoTimes message can be generated at different triggers within the trip interface.
The Drivers App can generate a TachoTimes message at the following triggers;
Starting a trip
Finishing a trip
Arriving at a stop
Signing off at a stop
The data field of a TachoTimes message consists of the properties described below.
Property | Nullable | Type | Description |
|---|---|---|---|
remainingDailyDriveTime | false | integer | The remaining daily drive time in minutes |
remainingTimeBeforeTheNextBreak | false | integer | The remaining time before the next break in minutes |
timeTheNextBreakShouldBe | false | integer | The duration of the next break in minutes |
Example
The example below contain a TachoTimes message.
{
"type": "TachoTimes",
"data": {
"remainingDailyDriveTime": 381,
"remainingTimeBeforeTheNextBreak": 188,
"timeTheNextBreakShouldBe": 45
},
"location": {
"latitude": 52.2531361,
"longitude": 5.4890928,
"speedMs": 25,
"bearing": 75
},
"origin": {
"appId": 60000100,
"deviceId": "358240051111110",
"driverNumber": "1",
"coDriverNumber": null
},
"vehicle": {
"licensePlate": "TE-ST-12",
"odometer": 250000
},
"messageTime": "2024-01-18T12:35:34.769Z"
}
Last modified: 22 July 2025