ChargingStation
class ChargingStation(val id: ChargingStation.Id, val chargingPoints: List<ChargingPoint> = emptyList())
A charging station has several charging points, of which only several points can be used at the same time.
Important: This is a Public Preview API. It may be changed or removed at any time.
Types
Properties
Link copied to clipboard
A list of ChargingPoint of the ChargingStation.
Link copied to clipboard
Charging station ID.