EVSEInfo (API Reference)
Class EVSEInfo
Represents an EVSE at the charging point. 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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionCapabilities of the EVSE.List of available connectors on the EVSE.The geographic coordinates of the EVSE.Identifier compliant with the EVSE ID from eMI3 standard version V1.0.Floor level on which the EVSE is located.Human-readable globally unique identifier for the EVSE.Timestamp when the status of this EVSE was last updated.List of payment support functionalities on EVSE for ad-hoc customers (without pre-registration).A number or string printed on the outside of the EVSE for visual identification.Status of the EVSE.Uniquely identifies the EVSE within the CPOs platform (and suboperator platforms). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uid
Uniquely identifies the EVSE within the CPOs platform (and suboperator platforms). For example a database ID or the actual "EVSE ID". This field can never be changed, modified or renamed. This is the 'technical' identification of the EVSE, not to be used as 'human readable' identification, use the field
idfor that. -
id
Human-readable globally unique identifier for the EVSE.
-
evseID
Identifier compliant with the EVSE ID from eMI3 standard version V1.0.
-
status
Status of the EVSE.
-
lastUpdated
Timestamp when the status of this EVSE was last updated.
-
connectors
List of available connectors on the EVSE. An operational EVSE should have at least one connector.
-
capabilities
Capabilities of the EVSE.
-
floorLevel
Floor level on which the EVSE is located.
-
physicalReference
A number or string printed on the outside of the EVSE for visual identification.
-
coordinates
The geographic coordinates of the EVSE.
-
paymentSupports
List of payment support functionalities on EVSE for ad-hoc customers (without pre-registration).
-
-
Constructor Details
-
EVSEInfo
public EVSEInfo()Creates a new instance.
-
-
Method Details