Auxiliary Energy Consumption

This value indicates the power consumption of electrical components in kW at the time of data collection.

Name: energyconsumptionauxiliary

Delivery Method: pull

ATTRIBUTES

value required
number Energy consumption value
unit required
string Energy consumption unit
timestamp required
string The timestamp the auxiliary energy consumption was recorded. Format according to ISO 8601 format.
{
  "name": "Auxiliary Energy Consumption",
  "technicalName": "energyconsumptionauxiliary",
  "description": "This value indicates the power consumption of electrical components in kW at the time of data collection.",
  "lifecycleStatus": "PUBLISHED",
  "type": "IN_VEHICLE",
  "personalData": false,
  "schema": {
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "object",
    "title": "Auxiliary Energy Consumption",
    "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 auxiliary energy consumption was recorded. Format according to ISO 8601 format."
      }
    }
  }
}