ChargingPoint
class ChargingPoint(val chargingPointId: ChargingPoint.Id, val capabilities: List<Capability> = emptyList(), val restrictions: List<ParkingRestriction> = emptyList(), val status: Status? = null, val connectors: List<Connector> = emptyList(), val physicalReference: String? = null)
A charging point has several charging connectors, of which only one can be used at a time.
Important: This is a Public Preview API. It may be changed or removed at any time.
Constructors
Link copied to clipboard
constructor(chargingPointId: ChargingPoint.Id, capabilities: List<Capability> = emptyList(), restrictions: List<ParkingRestriction> = emptyList(), status: Status? = null, connectors: List<Connector> = emptyList(), physicalReference: String? = null)
Types
Properties
Link copied to clipboard
List of the chargers' capabilities.
Link copied to clipboard
The Id object that includes the identifier of the charging point.
Link copied to clipboard
List of connectors with charging power attributes.
Link copied to clipboard
Physical identification of the charging station printed on the station and visible to the driver. One of the parameters that can be used for booking or charging purposes to locate the physical station. No standard format available.
Link copied to clipboard
List of parking restrictions.