currentBatteryCapacity
A user-facing value that represents the current battery capacity of the electric vehicle.
Declaration
var currentBatteryCapacity: Measurement<UnitEnergy>? { get set }Discussion
The value the system displays to the user as the current percentage of battery charge. It must always be within the range of minBatteryCapacity and maxBatteryCapacity.