Battery Low-Voltage Level

Charging status of low-voltage battery

Name: soclowlevel

Delivery Method: pull

ATTRIBUTES

value required
number Battery low-voltage level value
unit required
string Battery low-voltage level unit
timestamp required
string The timestamp the battery low-voltage level was recorded. Format according to ISO 8601 format.
{
  "name": "Battery Low-Voltage Level",
  "technicalName": "soclowlevel",
  "description": "Charging status of low-voltage battery",
  "lifecycleStatus": "PUBLISHED",
  "type": "IN_VEHICLE",
  "personalData": false,
  "schema": {
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "object",
    "title": "Battery Low-Voltage Level",
    "required": [
      "value",
      "unit",
      "timestamp"
    ],
    "properties": {
      "value": {
        "type": "number",
        "title": "Battery low-voltage level value"
      },
      "unit": {
        "type": "string",
        "title": "Battery low-voltage level unit",
        "enum": [
          "PERCENTAGE"
        ]
      },
      "timestamp": {
        "type": "string",
        "format": "date-time",
        "title": "The timestamp the battery low-voltage level was recorded. Format according to ISO 8601 format."
      }
    }
  }
}