ConnectorDetails
data class ConnectorDetails(val connectorType: ConnectorType, val ratedPower: Power? = null, val current: ElectricCurrent? = null, val currentType: CurrentType? = null, val voltage: Voltage? = null)
Information about the connectors available for a charging park.
Important: This is a Public Preview API. It may be changed or removed at any time.
Parameters
connectorType
Type of connector available at the Electric Vehicle Station.
ratedPower
Rated power of the connector.
current
Current value of the connector.
currentType
Electric current type of the connector.
voltage
Voltage of the connector.
Constructors
Link copied to clipboard
constructor(connectorType: ConnectorType, ratedPower: Power? = null, current: ElectricCurrent? = null, currentType: CurrentType? = null, voltage: Voltage? = null)