EVSECapability

public enum EVSECapability : UInt32, CaseIterable, Codable

Represents the administrative functionality that an EVSE is capable of. 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 EVSE supports charging profiles.

    Declaration

    Swift

    case chargingProfile
  • The EVSE supports charging preferences.

    Declaration

    Swift

    case chargingPreferences
  • The EVSE can remotely be started/stopped.

    Declaration

    Swift

    case remoteStartStop
  • The EVSE can be reserved.

    Declaration

    Swift

    case reservable
  • This EVSE supports token groups, two or more tokens work as one, so that a session can be started with one token and stopped with another. This is handy when a card and key-fob are given to the EV-driver.

    Declaration

    Swift

    case tokenGroup
  • Connectors have mechanical lock that can be requested by the eMSP to be unlocked.

    Declaration

    Swift

    case unlock