Evse class - search library - Dart API
Evse
Evse class
Charge Point Operator (CPO) ID uses the Electric Vehicle Supply Equipment ID (EVSE ID) for an exact identification of the charging infrastructure and charging point.
Constructors
- Evse()
Properties
-
connectors
↔ List<
EVSEConnector> -
List of connectors of this EVSE.
getter/setter pair
- cpoEvseEmi3Id ↔ String?
-
Identifier in Emi3 format of the EVSE within the Charge Point Operator (CPO) platform.
This id is not always present.
Example of ID format:
DE*ICT*E0001897.getter/setter pair - cpoId ↔ String?
-
The unique ID of an EVSE in the system of the CPO.
This ID is unique in the system of the CPO but not necessarily globally unique.
The format will differ between different CPOs.
This ID is always provided.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setter
- id ↔ String?
-
HERE ID of the EVSE.
getter/setter pair
- lastUpdated ↔ DateTime?
-
Last update of the dynamic connector availability information.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ EVSEStatus?
-
EVSE status.
getter/setter pair
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.