@PublicPreview("2021.06") data class ChargingCurveSupportPoint : Serializable
Represents information about the 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 the 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. |