Package-level declarations

Contains parameter definitions representing the battery information of the vehicle, including the current battery capacity, state of energy, state of charge, and the battery charge curve.

Types

Link copied to clipboard
Link copied to clipboard
@Since(version = 1)
@JsonClass(generateAdapter = true)
data class BatteryInfoParameters(val currentBatteryCapacity: Energy, val stateOfEnergy: Energy, val stateOfCharge: Double, val batteryChargeCurve: List<BatteryInfoParameters.Point>)

Data class representing Electric Vehicle (EV) information. See LDEVR integration documentation for data semantics. All parameters in this class are dynamic and can change during the lifetime of the application. This data is critical for the navigation application startup, specifically for EV and Hybrid vehicles.