ChargingParameters
data class ChargingParameters(val batteryCurve: Map<Energy, Power>, val chargingConnectors: List<ChargingConnector>, val chargingTimeOffset: Duration = 180.seconds)
Charging information of an electric engine.
Important: This is a Public Preview API. It may be changed or removed at any time.