Aggregate | iOS SDK | Urbi Documentation
iOS SDK

Aggregate

EV charging station description.

public init(
    connectorsFree: UInt16,
    connectorsTotal: UInt16,
    isActive: Bool,
    isBusy: Bool,
    power: UInt16
)
Parameters
connectorsFree
connectorsTotal
isActive
isBusy
power
Properties

Number of available connectors (in the Available status).

Total number of connectors, except for connectors in the Unavailable status.

Shows whether connectors are active. true if there is at least one available (in the Available status), reserved (Reserved), or busy (Charging) connector.

Shows whether connectors are busy. true if half or more of the connectors are busy (in the Charging status).

The maximum power of the connector at the station.