ConnectorDetails

fun ConnectorDetails(    connectorType: String,     ratedPowerKw: Double?,     currentA: Int?,     currentType: String = "",     voltageV: Int?)

Parameters

connectorType

Type of connector available at the Electric Vehicle Station.

ratedPowerKw

Rated power of the connector in kilowatts (kW).

currentA

Current value of the connector in amperes (A).

currentType

Electric current type of the connector.

voltageV

Voltage of the connector in Volts (V).

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