Capability
public enum Capability : CaseIterable
Describes the technology and capabilities supported by an EVSE (electric vehicle supply equipment).
Important
This is a Public Preview API. It may be changed or removed at any time.-
The EVSE supports charging profiles.
Declaration
Swift
case chargingProfileCapable -
The EVSE supports charging preferences.
Declaration
Swift
case chargingPreferencesCapable -
The EVSE has a payment terminal that supports chip cards.
Declaration
Swift
case chipCardSupport -
EVSE has a payment terminal that supports contactless cards.
Declaration
Swift
case contactlessCardSupport -
EVSE has a payment terminal that makes it possible to pay for charging using a credit card.
Declaration
Swift
case creditCardPayable -
EVSE has a payment terminal that makes it possible to pay for charging using a debit card.
Declaration
Swift
case debitCardPayable -
EVSE has a payment terminal with a pin-code entry device.
Declaration
Swift
case pedTerminalPayable -
The EVSE can remotely be started/stopped.
Declaration
Swift
case remoteStartStopCapable -
The EVSE can be reserved.
Declaration
Swift
case reservable -
Charging at this EVSE can be authorized with an RFID token.
Declaration
Swift
case rfidReaderCapable -
When a StartSession is sent to this EVSE, the MSP is required to add the optional connector_id field in the StartSession object.
Declaration
Swift
case startSessionConnectorRequired -
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 (handy when a card and key-fob are given to the EV-driver).
Declaration
Swift
case tokenGroupCapable -
Connectors have mechanical lock that can be requested by the eMSP to be unlocked.
Declaration
Swift
case unlockCapable -
Plug and Charge simplifies charging steps and is enabled by ISO 15118.
Declaration
Swift
case plugAndCharge
TomTom SDK for iOS (0.53.1)
Capability