ConnectorDetails

data class ConnectorDetails(val connectorType: ConnectorType, val ratedPower: Power?, val current: ElectricCurrent?, val currentType: CurrentType?, val voltage: Voltage?)

Information about the connectors available in the ChargingPark.

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard