Battery Info Parameters
@JsonClass(generateAdapter = true )
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.
Constructors
Link copied to clipboard
constructor(currentBatteryCapacity: Energy, stateOfEnergy: Energy, stateOfCharge: Double, batteryChargeCurve: List<BatteryInfoParameters.Point>)
Types
Properties
Link copied to clipboard
The battery charge curve.
Link copied to clipboard
Current Battery Capacity in Wh.
Link copied to clipboard
State of Charge (SoC) in percentage. The Current Battery Percentage as displayed to the user on the instrument cluster. Value range (0…100). Values outside this range are considered invalid.
Link copied to clipboard
State of Energy (SoE) in Wh.