ChargingParameters

data class ChargingParameters(val batteryCurve: Map<<Error class: unknown class>, <Error class: unknown class>>, val chargingConnectors: List<ChargingConnector>)

Charging information of an electric engine.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

batteryCurve

Represents the variation in the speed at which an EV charges during a charging session.

chargingConnectors

A list of connectors supported by an EV.

Constructors

Link copied to clipboard
constructor(batteryCurve: Map<<Error class: unknown class>, <Error class: unknown class>>, chargingConnectors: List<ChargingConnector>)

Properties

Link copied to clipboard
val batteryCurve: Map<<Error class: unknown class>, <Error class: unknown class>>