ConnectorInfoParameters

@Since(version = 1)
@JsonClass(generateAdapter = true)
data class ConnectorInfoParameters(val vehicleConnectors: List<ConnectorInfo>, val connectorChargingAdapters: List<AdapterCableConnectorType>?, val preSelectedChargingAdapters: List<AdapterCableConnectorType>?, val chargingTimeOffset: Duration?)

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
val chargingTimeOffset: Duration?

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.