ConnectorAvailabilityDetails
public struct ConnectorAvailabilityDetails
The status of the charging connector.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Initialize with all property.
Declaration
Swift
public init(available: Int, occupied: Int, reserved: Int, unknown: Int, outOfService: Int, power: Measurement<UnitPower>?)
-
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 supply of connectors.
Declaration
Swift
public let power: Measurement<UnitPower>?