ConnectorDetails

data class ConnectorDetails(val connectorType: ConnectorType, val ratedPower: <Error class: unknown class>? = null, val current: <Error class: unknown class>? = null, val currentType: CurrentType? = null, val voltage: <Error class: unknown class>? = null)

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
constructor(connectorType: ConnectorType, ratedPower: <Error class: unknown class>? = null, current: <Error class: unknown class>? = null, currentType: CurrentType? = null, voltage: <Error class: unknown class>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val current: <Error class: unknown class>? = null
Link copied to clipboard
Link copied to clipboard
val ratedPower: <Error class: unknown class>? = null
Link copied to clipboard
val voltage: <Error class: unknown class>? = null