Current
@objcMembers
public class Current : Codable
The status of the charging connector.
Important
This is a Public Preview API. It may be changed or removed at any time.-
The number of charging points that are available.
Declaration
Swift
public let available: Int -
The number of charging points that are occupied.
Declaration
Swift
public let occupied: Int -
The number of charging points that are reserved.
Declaration
Swift
public let reserved: Int -
The number of charging points whose availability is not known.
Declaration
Swift
public let unknown: Int -
The number of charging points that are out of service.
Declaration
Swift
public let outOfService: Int -
Power in Kw
Declaration
Swift
public let powerKW: Double?
Current Class Reference