Last Trip Energy Consumption Comfort

Energy consumption in COMFORT mode.

Name: lasttripenergyconsumptioncomfort

Delivery Method: pull

ATTRIBUTES

value required
number Energy consumption value
unit required
string Energy consumption unit
timestamp required
string The timestamp the energy consumption was recorded. Format according to ISO 8601 format.
{
  "name": "Last Trip Energy Consumption Comfort",
  "technicalName": "lasttripenergyconsumptioncomfort",
  "description": "Energy consumption in COMFORT mode.",
  "lifecycleStatus": "PUBLISHED",
  "type": "IN_VEHICLE",
  "personalData": false,
  "schema": {
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "object",
    "title": "Last Trip Energy Consumption Comfort",
    "required": [
      "value",
      "unit",
      "timestamp"
    ],
    "properties": {
      "value": {
        "type": "number",
        "title": "Energy consumption value"
      },
      "unit": {
        "type": "string",
        "title": "Energy consumption unit",
        "enum": [
          "kWh"
        ]
      },
      "timestamp": {
        "type": "string",
        "format": "date-time",
        "title": "The timestamp the energy consumption was recorded. Format according to ISO 8601 format."
      }
    }
  }
}