EVSEs Connector Response
The EvsesPoolResponse
structure is an element in responses to requests against the evses/bulk
resource.
Element | Data Type | Mandatory | Description |
---|---|---|---|
id | String | Yes | ID of the connector. |
cpoId | String | No | ID of the CPO. |
typeId | String | Yes | Connector type ID. For more information on the current connector types, see Connector Types. |
maxPowerLevel | Float | No | Maximum charge power of connector in kilowatts. |
cpoEvseId | String | No | Identifies the EVSE within the Charge Point Operator (CPO) platform. |
cpoConnectorId | String | No | 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. |
state | Enum(AVAILABLE, RESERVED, OCCUPIED, OUT_OF_SERVICE, UNKNOWN) | No | Connector status. |
last_updated | 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 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).. |