Connector

constructor(id: String?, standard: String, format: String, powerType: String, maxVoltage: Int? = null, maxAmperage: Int? = null, lastUpdated: String, maxElectricPower: Double? = null, tariffIds: List<String> = emptyList(), termsAndConditions: String? = null)

Parameters

id

Identifier of the Connector within the Evse. Two Connectors may have the same id as long as they do not belong to the same Evse object.

standard

The standard of the installed connector.

format

The format (socket/cable) of the installed connector.

powerType

Power type.

maxVoltage

Maximum voltage of the connector (line to neutral for AC_3_PHASE), in volt. For example: DC Chargers might vary the voltage during charging when battery almost full.

maxAmperage

Maximum amperage of the connector, in ampere.

lastUpdated

Timestamp when this Connector was last updated (or created), in UTC.

maxElectricPower

Maximum electric power that can be delivered by this connector, in Watts.

tariffIds

Identifiers of the currently valid charging tariffs. Multiple tariffs are possible, but only one of each Tariff.type can be active at the same time.

termsAndConditions

URL to the operator’s terms and conditions.