ConnectorType
The ConnectorType structure contains information about an individual connector group.
| Element | Data Type | Required | Description |
|---|---|---|---|
supplierName | String | No | Supplier name. It corresponds to the Charge Point Operator (CPO) name. |
supplierContacts | ContactType | No | Contact information for supplier |
connectorType | NameIdType | No | Id and Name element pairs with an integer value and descriptive name describing the connector type.For more information on the current connector types, see Connector Types. |
powerFeedType | NameIdType | No | Details on type of power feed availableNote: This information is only available for charging stations in North America and Australia. For additional information on the current powerfeed types, see Powerfeed Types. |
chargeCapacity | String | No | Deprecated. Replaced by connectorType.maxPowerLevel, ChargingPointType.phases, ChargingPointType.voltsrange and ChargingPointType.ampsrange. |
maxPowerLevel | Float | No | Maximum charge power of a connector group in kilowatts. |
customerChargeLevel | String | No | • 1 - >0kW AND ≤6kW • 2 - >6kW AND ≤15kW • 3 - >15kW AND ≤50kW • 4 - >50kW AND ≤150kW> • 5 - >150kW AND ≤300kW • 6 - >300kW |
customerConnectorName | String | No | Name of the connector type |
fixedCable | Boolean | No | Boolean indicating if a cable is provided for the connector group.If true, then there is a cable for the connector group at the station. |
connectorDetails | ConnectorDetailType | No | Details for the connector group |
chargingPoint | ChargingPointType | No | Dynamic information for the connector group |
connectorStatuses | ConnectorStatus | No | Individual dynamic connector status |
lastUpdateTimestamp | dateTime | No | Represents the latest timestamp when dynamic connector availability was last updated among all connectors in given group, in ISO 8601 format. If the time is UTC, a Z is added. An example of this kind of timestamp value is 2013-12-31T12:00:00.000Z. If the time is not UTC , then the offset is added as a ±[hh][mm] value (for example, 2014-01-14T10:00:00.000+0100). |
Parent topic: Data Types
Updated 4 days ago