Last Trip Battery Voltage Level

Charging status of the high-voltage battery at the end of the most recent drive.

Name: lasttripsochighlevel

Delivery Method: pull

ATTRIBUTES

value required
number Last trip battery voltage value
unit required
string Last trip battery voltage level unit
timestamp required
string The timestamp the last trip battery voltage level was recorded. Format according to ISO 8601 format.
{
  "name": "Last Trip Battery Voltage Level",
  "technicalName": "lasttripsochighlevel",
  "description": "Charging status of the high-voltage battery at the end 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 Battery Voltage Level",
    "required": [
      "value",
      "unit",
      "timestamp"
    ],
    "properties": {
      "value": {
        "type": "number",
        "title": "Last trip battery voltage value"
      },
      "unit": {
        "type": "string",
        "title": "Last trip battery voltage level unit",
        "enum": [
          "PERCENTAGE"
        ]
      },
      "timestamp": {
        "type": "string",
        "format": "date-time",
        "title": "The timestamp the last trip battery voltage level was recorded. Format according to ISO 8601 format."
      }
    }
  }
}