ChargingPoint
class ChargingPoint(val evseId: String, 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
Properties
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.