ChargeLevel

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

Describes capacity and current charge of the EV.

Parameters

currentCharge

Specifies the current electric energy supply, typically in kilowatt hours (kWh).

maxCharge

Specifies the capacity of the vehicle's battery, typically in kilowatt hours (kWh).

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard