EVChargingConnector (API Reference)
Class EVChargingConnector
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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionStandardized type of the connector.Format of the connector, whether it is a socket or a cable.Identifier of the connector within the EVSE.intMax current (in amperes) of the connector.Max power (in watts) of the connector, if available.intMax voltage (in volts) of the connector.Type of electrical power used by the connector.Tariffs for the connector, presented by indexes to the charging station's tariffs-list.URL to the operator’s terms and conditions, if available. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
Identifier of the connector within the EVSE.
-
connectorType
Standardized type of the connector. Should be one of the constants defined in
EVChargingConnectorType. -
format
Format of the connector, whether it is a socket or a cable.
-
powerType
Type of electrical power used by the connector.
-
maxVoltageInVolts
public int maxVoltageInVoltsMax voltage (in volts) of the connector.
-
maxCurrentInAmperes
public int maxCurrentInAmperesMax current (in amperes) of the connector.
-
maxPowerInWatts
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.
-
termsAndConditionsUrl
URL to the operator’s terms and conditions, if available.
-
tariffIndexes
Tariffs for the connector, presented by indexes to the charging station's tariffs-list. Available only if
EVChargingLocationFeature.TARIFFSis included inEVSearchOptions.additional_features, otherwise empty.
-
-
Constructor Details
-
EVChargingConnector
public EVChargingConnector()Creates a new instance.
-
-
Method Details