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 a connector available at a charging park.

Constructors

Link copied to clipboard
constructor(connectorType: ConnectorType, ratedPower: Power? = null, current: ElectricCurrent? = null, currentType: CurrentType? = null, voltage: Voltage? = null)

Properties

Link copied to clipboard

The type of connector.

Link copied to clipboard

The current value of the connector.

Link copied to clipboard

The electric current type of the connector.

Link copied to clipboard
val ratedPower: Power? = null

The rated power of the connector.

Link copied to clipboard
val voltage: Voltage? = null

The voltage of the connector.