EvChargingStation

fun EvChargingStation(    id: String,     accessibility: AccessibilityType? = null,     chargingPoints: Set<ChargingPoint> = emptySet())

Parameters

id

String The ID of the charging station.

accessibility

Defines the accessibility of a charging infrastructure element.

chargingPoints

Collection of charging points at the station.