EVSECapability enum

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.

Values

chargingProfile → const EVSECapability

The EVSE supports charging profiles.

chargingPreferences → const EVSECapability

The EVSE supports charging preferences.

remoteStartStop → const EVSECapability

The EVSE can remotely be started/stopped.

reservable → const EVSECapability

The EVSE can be reserved.

tokenGroup → const EVSECapability

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.

unlock → const EVSECapability

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

Properties

hashCode → int
The hash code for this object.
no setterinherited
index → int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Constants

values → const List<EVSECapability>
A constant List of the values in this enum, in order of their declaration.