ChargingPoint

This class defines all the information associated to a Charging Point (e.g. EVSE: Electric Vehicle Supply Equipment) which belongs to Charging Pool.

Constructors

Link copied to clipboard
constructor(accessibility: AccessibilityType, authentication: Array<AuthenticationType>, booking: BookingType, payment: Array<PaymentType>, identification: String, connectors: Array<ChargingConnector>)

Properties

Link copied to clipboard

Mean of accessibility (see AccessibilityType).

Link copied to clipboard

Mask of means of authentication (see AuthenticationType).

Link copied to clipboard

Mask of means of reservation (see BookingType).

Link copied to clipboard

Array of the connectors of this charging point (see ChargingConnector).

Link copied to clipboard

Identification of the charging point.

Link copied to clipboard

The maximum power in kW.

Link copied to clipboard

Number of connectors of this charging point.

Link copied to clipboard

Mask of means of payment (see PaymentType).

Functions

Link copied to clipboard
fun toJson(): String