ConnectorDetails
constructor(connectorType: ConnectorType, ratedPower: Power? = null, current: ElectricCurrent? = null, currentType: CurrentType? = null, voltage: Voltage? = null)
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.