Connector Info Parameters
@JsonClass(generateAdapter = true )
Data class holding charging connectors information.
Constructors
Link copied to clipboard
constructor(vehicleConnectors: List<ConnectorInfo>, connectorChargingAdapters: List<AdapterCableConnectorType>?, preSelectedChargingAdapters: List<AdapterCableConnectorType>?, chargingTimeOffset: Duration?)
Properties
Link copied to clipboard
The estimated amount of time between reaching a charging station and actual charging start. Used to adjust the Charging Time estimation and, consequentially, the ETA.
Link copied to clipboard
List of adapter cables the vehicle supports for charging at a station.
Link copied to clipboard
List of adapter cables that will be by default selected as available in the UI.
Link copied to clipboard
List of vehicle connectors and their electrical properties. See LDEVR integration documentation for details. This data is not expected to change during application runtime. This data is critical for the navigation application startup, specifically for EV and Hybrid vehicles.