Package-level declarations

Types

Link copied to clipboard
data class ChargingInformation(val targetCharge: Energy, val chargingTime: Duration, val chargingParkUuid: UUID, val connectorDetails: ConnectorDetails, val chargingPower: Power? = null)

Represents the information on how much to charge at a charging station.

Link copied to clipboard
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.

Link copied to clipboard

The connector type. This list is based on the supported connector types by online search, documented at the following link:

Link copied to clipboard

Electric current type of a connector.