ChargeLevel

data class ChargeLevel(val currentCharge: <Error class: unknown class>, val maxCharge: <Error class: unknown class>)

Describes capacity and current charge of the EV.

Important: This is a Public Preview API. It may be changed or removed at any time.

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: <Error class: unknown class>, maxCharge: <Error class: unknown class>)

Properties

Link copied to clipboard
val currentCharge: <Error class: unknown class>
Link copied to clipboard
val maxCharge: <Error class: unknown class>