ChargingPointType
The ChargingPointType
structure contains the dynamic information for a connector.
Element | Data Type | Mandatory | Description |
---|---|---|---|
chargeMode | String | No | Charging mode of the connector. The current available values are:
|
volts | Integer | No | Voltage of the charge provided by the charge point, in volts. Note: This element is deprecated, please use voltsRange instead. |
voltsRange | String | No | Voltage range of the charge provided by the charge point, in volts. Values are alpha numeric represented by the Volt value followed by an "V" and by the current type "AC" or "DC" , examples 100-120V AC or 600V DC. |
phases | Integer | No | Number of phases used by the charge point |
amps | Integer | No | Maximum current provided by the charge point, in amperes. Note: This element is deprecated, please use ampsRange instead. |
ampsRange | String | No | Current range provided by the charge point, in amperes. Values are alpha numeric represented by the Ampere value followed by an "A" ,examples 16A, 12A-80A or 200A. |
numberOfConnectors | Integer | No | Number of physical connectors at the charge point |
numberOfAvailable | Integer | No | Number of physical connectors that are available (i.e not being used to charge a vehicle, out of service, etc) at the charge point |
numberOfInUse | Integer | No | Number of physical connectors that are in use at the charge point |
numberOfOutOfService | Integer | No | Number of physical connectors that are out of service at the charge point |
numberOfReserved | Integer | No | Number of physical connectors that are reserved at the charge point |
lastUpdateTimestamp | DateTime | No | Information about when the facility information was last updated, in ISO 8601 format. If the time is UTC, a Z is added. An example of this kind of timestamp value is |