VehicleEvChargingConnector

fun VehicleEvChargingConnector(    chargingStationConnectorTypes: Set<VehicleEvChargingConnector.ChargingStationConnectorType>,     electricCurrentType: VehicleEvChargingConnector.ElectricCurrentType,     maxVoltage: Voltage?,     maxCurrent: ElectricCurrent?,     maxPower: Power?,     @FloatRange(from = 0.0, to = 1.0) efficiency: Float?,     baseLoad: Power?)

Parameters

chargingStationConnectorTypes

The set of the charging station connectors compatible with the vehicle connector.

electricCurrentType

The type of the electric current of the charging connector.

maxVoltage

The maximum voltage of the charging connector. Can be null when this information is unknown.

maxCurrent

The maximum electric current of the charging connector. Can be null when this information is unknown.

maxPower

The maximum charging power. Can be null when this information is unknown.

efficiency

The ratio between power delivered to the vehicle and supplied by the charging station. This ranges linearly from 0.0 for no power delivered at all, to 1.0 for perfect efficiency. Can be null when this information is unknown.

baseLoad

The base load of the charging connector.