Last Trip Energy Recuperation

Average electrical energy recuperated during last drive.

Name: lasttripenergyrecuperation

Delivery Method: pull

ATTRIBUTES

value required
number Last trip energy recuperation value
unit required
string Last trip energy recuperation unit
timestamp required
string The timestamp the last trip energy recuperation was recorded. Format according to ISO 8601 format.
{
  "name": "Last Trip Energy Recuperation",
  "technicalName": "lasttripenergyrecuperation",
  "description": "Average electrical energy recuperated during last drive.",
  "lifecycleStatus": "PUBLISHED",
  "type": "IN_VEHICLE",
  "personalData": false,
  "schema": {
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "object",
    "title": "Last Trip Energy Recuperation",
    "required": [
      "value",
      "unit",
      "timestamp"
    ],
    "properties": {
      "value": {
        "type": "number",
        "title": "Last trip energy recuperation value"
      },
      "unit": {
        "type": "string",
        "title": "Last trip energy recuperation unit",
        "enum": [
          "kWh/km",
          "kWh/mi",
          "kWh/100km",
          "kWh/62mi"
        ]
      },
      "timestamp": {
        "type": "string",
        "format": "date-time",
        "title": "The timestamp the last trip energy recuperation was recorded. Format according to ISO 8601 format."
      }
    }
  }
}