ChargingInformation

data class ChargingInformation(val targetCharge: Energy, val chargingTime: Duration)

Represents the information on how much to charge at a charging station.

Parameters

targetCharge

Desired charge when leaving the charging station.

chargingTime

Time needed to charge to targetCharge.

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

Constructors

Link copied to clipboard
fun ChargingInformation(targetCharge: Energy, chargingTime: Duration)

Properties

Link copied to clipboard
val chargingTime: Duration
Link copied to clipboard
val targetCharge: Energy