EVChargingConnectorGroup (API Reference)
Class EVChargingConnectorGroup
Represents the connector group at the charging location. 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 TypeFieldDescriptionNumber of connectors available for use at the time of query.intNumber of connectors in the group.Array of EVSE + connector(s) pairs that belong to the group.The standard (type) of the connectors belonging to this group.intMaximum power that can be delivered by the connectors, in watts (W).Tariffs for the connector group, represented by indexes to the charging station's tariffs-list. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
connectorType
The standard (type) of the connectors belonging to this group. Should be one of the constants defined in
EVChargingConnectorType. -
maxPowerInWatts
public int maxPowerInWattsMaximum power that can be delivered by the connectors, in watts (W). Connectors without max power are not grouped.
-
connectors
Array of EVSE + connector(s) pairs that belong to the group. Provides access to EVSE statuses and more detailed connector characteristics. Available only if
EVChargingLocationFeature.EVSESis included inEVSearchOptions.additional_features, otherwise empty. -
connectorCount
public int connectorCountNumber of connectors in the group. If an EVSE has multiple identical connectors they are counted as one as only one is accessible at a time.
-
availableConnectorCount
Number of connectors available for use at the time of query. The field is not present if the availability is not known.
-
tariffIndexes
Tariffs for the connector group, represented by indexes to the charging station's tariffs-list. Available only if
EVChargingLocationFeature.TARIFFSis included inEVSearchOptions.additional_features, otherwise empty.
-
-
Constructor Details
-
EVChargingConnectorGroup
public EVChargingConnectorGroup()Creates a new instance.
-
-
Method Details