VehicleEvChargingCurvePoint

data class VehicleEvChargingCurvePoint(val batteryChargeLevel: Energy, val maxChargingPower: Power) : Parcelable

Represents a point in the charging curve of a battery. The charging curve shows the charge power depending on how full the battery is. Typically when the battery's charge level is nearly empty it charges quickly, and when it's nearly full, slowly. The charging curve is expressed by a sequence of these points.

Parameters

batteryChargeLevel

The battery charge level.

maxChargingPower

The maximum charging power.

Constructors

Link copied to clipboard
fun VehicleEvChargingCurvePoint(batteryChargeLevel: Energy, maxChargingPower: Power)

Properties

Link copied to clipboard
Link copied to clipboard

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)