EVChargingConnectorFormat

public enum EVChargingConnectorFormat : UInt32, CaseIterable, Codable

Represents the format of the connector, whether it is a socket or a cable. 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.

  • The connector is a socket. The EV user needs to bring a fitting plug.

    Declaration

    Swift

    case socket
  • The connector is an attached cable. The EV car needs to have a fitting inlet.

    Declaration

    Swift

    case cable