Is Heater Active

value
boolean
A boolean flag indicating whether the high voltage battery’s heating system is currently operating.

Max Range Charge Counter

unit
string
A counter tracking the number of times the vehicle has been charged to its maximum range capacity.
value
integer
A counter tracking the number of times the vehicle has been charged to its maximum range capacity.

Nominal Capacities

source
string
Identifies the origin or method used to determine the battery’s gross capacity.
capacity
number
The total gross energy storage capacity of the high voltage battery, typically measured in kilowatt-hours (kWh).
Example
{
  "source": "SMARTCAR",
  "capacity": 75
}

Range

unit
string
The projected driving distance under current driving conditions given its current state of charge
value
number
The projected driving distance under current driving conditions given its current state of charge
Example
{
  "unit": "kilometers",
  "value": 350
}

State Of Charge

unit
string
The current charge level of the high voltage battery, expressed as a percentage (0 - 100).
value
number
The current charge level of the high voltage battery, expressed as a percentage (0 - 100).
Example
{
  "unit": "percent",
  "value": 75
}