EVSEs Connector Response
The EvsesPoolResponse structure is an element in responses to requests against the evses/bulk resource.
| Element | Data Type | Required | 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. |
state | Current Connector Statuses | No | Connector status. |
last_updated | DateTime | No | Last update of the dynamic connector availability information reflected in the state element, 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). |
Updated 2 days ago