EVChargingConnectorReference

public struct EVChargingConnectorReference : Hashable

Represents a pairing of an EVSE and its connector(s) that belong to a group. Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

  • UID of the EVSE owning the connector(s).

    Declaration

    Swift

    public var evseUID: String
  • ID(s) of the connector(s). In some cases an EVSE can have 2 identical connectors.

    Declaration

    Swift

    public var connectorIDs: [String]
  • Creates a new instance.

    Declaration

    Swift

    public init(evseUID: String = "", connectorIDs: [String] = [])