@Beta(2020, 10) class ChargingCurveSupportPoint
Represents information about a supporting point of a charging curve. Creates an instance of ChargingCurveSupportPoint.
chargeInkWh
- A battery charge level in kWh. A float in the range (0, maxChargeInkWh).
timeToCharge
- A time span in seconds.
ChargingCurveSupportPoint(chargeInkWh: Double, timeToCharge: Int)
Represents information about a supporting point of a charging curve. Creates an instance of ChargingCurveSupportPoint. |
val chargeInkWh: Double
A battery charge level in kWh. A float in the range (0, maxChargeInkWh). |
|
val timeToCharge: Int
A time span in seconds. |