ChargeData

data class ChargeData(val chargeFromPercent: Int, val chargeToPercent: Int, val chargeForMin: Long, val powerKw: Int)

Defines how many minutes required from to charge to the given percent with given power (kW).

Constructors

Link copied to clipboard
constructor(chargeFromPercent: Int, chargeToPercent: Int, chargeForMin: Long, powerKw: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard