ChargeLevel

data class ChargeLevel(val currentCharge: Energy, val maxCharge: Energy)

Specifies the capacity and current charge of the EV.

Constructors

Link copied to clipboard
constructor(currentCharge: Energy, maxCharge: Energy)

Properties

Link copied to clipboard

The current electric energy supply.

Link copied to clipboard

The capacity of the vehicle's battery.