ConsumptionCurveParameters

@Since(version = 1)
@JsonClass(generateAdapter = true)
data class ConsumptionCurveParameters(val speedConsumptionCurve: EvSpeedConsumptionCurve)

Data class holding Consumption Curve parameters.

Constructors

Link copied to clipboard
constructor(speedConsumptionCurve: EvSpeedConsumptionCurve)

Properties

Link copied to clipboard

Consumption curve based on Speed and Power battery drain. See LDEVR integration documentation for details. This data can change during the lifetime of the application. This data is critical for the navigation application startup, specifically for EV and Hybrid vehicles.