Last Trip ECO Mode Activation Period

Length of time for which ECO mode was activated during most recent drive.

Name: lasttripecoactivationperiod

Delivery Method: pull

ATTRIBUTES

value required
number ECO mode activation value
unit required
string ECO mode activation unit
timestamp required
string The timestamp the ECO mode activation was recorded. Format according to ISO 8601 format.
{
  "name": "Last Trip ECO Mode Activation Period",
  "technicalName": "lasttripecoactivationperiod",
  "description": "Length of time for which ECO mode was activated during most recent drive.",
  "lifecycleStatus": "PUBLISHED",
  "type": "IN_VEHICLE",
  "personalData": false,
  "schema": {
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "object",
    "title": "Last Trip ECO Mode Activation Period",
    "required": [
      "value",
      "unit",
      "timestamp"
    ],
    "properties": {
      "value": {
        "type": "number",
        "title": "ECO mode activation value"
      },
      "unit": {
        "type": "string",
        "title": "ECO mode activation unit",
        "enum": [
          "PERCENTAGE"
        ]
      },
      "timestamp": {
        "type": "string",
        "format": "date-time",
        "title": "The timestamp the ECO mode activation was recorded. Format according to ISO 8601 format."
      }
    }
  }
}