Last Trip Time End

Date and time of the most recent drive.

Name: lasttriptimeend

Delivery Method: pull

ATTRIBUTES

value required
string Last trip time value
timestamp required
string The timestamp the last trip time was recorded. Format according to ISO 8601 format.
{
  "name": "Last Trip Time End",
  "technicalName": "lasttriptimeend",
  "description": "Date and time of the most recent drive.",
  "lifecycleStatus": "PUBLISHED",
  "type": "IN_VEHICLE",
  "personalData": false,
  "schema": {
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "object",
    "title": "Last Trip Time End",
    "required": [
      "value",
      "timestamp"
    ],
    "properties": {
      "value": {
        "type": "string",
        "format": "date-time",
        "title": "Last trip time value"
      },
      "timestamp": {
        "type": "string",
        "format": "date-time",
        "title": "The timestamp the last trip time was recorded. Format according to ISO 8601 format."
      }
    }
  }
}