Status
public enum Status : CaseIterable
The status of a charging point.
Important
This is a Public Preview API. It may be changed or removed at any time.-
The EVSE/Connector is able to start a new charging session.
Declaration
Swift
case available
-
The EVSE/Connector is in use.
Declaration
Swift
case occupied
-
The EVSE/Connector is currently out of order, some part/components may be broken/defective.
Declaration
Swift
case outOfOrder
-
The EVSE/Connector is reserved for a particular EV driver and is unavailable for other drivers.
Declaration
Swift
case reserved