EVChargingConnector class

Represents a connector 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.

Constructors

EVChargingConnector()

Properties

connectorType ↔ String
Standardized type of the connector. Should be one of the constants defined in EVChargingConnectorType.
getter/setter pair
format EVChargingConnectorFormat
Format of the connector, whether it is a socket or a cable.
getter/setter pair
hashCode → int
The hash code for this object.
no setter
id ↔ String
Identifier of the connector within the EVSE.
getter/setter pair
maxCurrentInAmperes ↔ int
Max current (in amperes) of the connector.
getter/setter pair
maxPowerInWatts ↔ int?
Max power (in watts) of the connector, if available. This should be set when the maximum electric power is lower than the calculated value from voltage and amperage.
getter/setter pair
maxVoltageInVolts ↔ int
Max voltage (in volts) of the connector.
getter/setter pair
powerType PowerType
Type of electrical power used by the connector.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
tariffIndexes ↔ List<int>
Tariffs for the connector, presented by indexes to the charging station's tariffs-list. Available only if EVChargingLocationFeature.TARIFFS is included in EVSearchOptions.additional_features, otherwise empty.
getter/setter pair
termsAndConditionsUrl ↔ String?
URL to the operator’s terms and conditions, if available.
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.