EVSEs EVSE Response
The EvsesEvseResponse
structure is an element in responses to requests against the evses/bulk
resource.
Element | Data Type | Mandatory | Description |
---|---|---|---|
id | String | Yes | ID of the EVSE. |
cpoId | String | No | ID of the CPO. |
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). |
connectors | EVSEs Connector Response | Yes | List of connectors of this EVSE. |