EVSEStatus
public enum EVSEStatus : UInt32, CaseIterable, Codable
EVSE status
-
The EVSE is able to start a new charging session.
Declaration
Swift
case available -
The EVSE is in use.
Declaration
Swift
case occupied -
No status information available. Also used when offline.
Declaration
Swift
case offline -
No status information available. Also used when offline.
Declaration
Swift
case other -
The EVSE is currently out of order.
Declaration
Swift
case outOfService -
The EVSE has been reserved for a particular EV driver and is unavailable for other drivers.
Declaration
Swift
case reserved -
The EVSE is not available because of a physical barrier, for example a car.
Declaration
Swift
case unavailable