13.2.33. reservation

Interface for reservations

13.2.33.1. Commands

reserve_now:string
Reserves this evse.
connector_id:integer <required>
The id of the connector to be reserved. A value of 0 means that the reservation is not for a specific connector
reservation:object <required> (reservation-Reservation)
The information about the Reservation to be placed
There is an extended definition for this object here.
Returns Accepted if reservation was succesfull or specifies error code.
There is an extended definition for this object here.
cancel_reservation:boolean
Cancels the reservation with the given reservation_id
reservation_id:integer <required>
Id of the reservation
Result:boolean
Returns true if reservation was cancelled. Returns false if there was no reservation to cancel.