10.2.25. reservation¶
Interface for reservations
10.2.25.1. Commands¶
reserve_now:string
Reserves this evse.
connector_id:integer
The id of the connector to be reserved. A value of 0 means that the reservation is not for a specific connector
reservation:object (reservation-Reservation)
The information about the Reservation to be placed
There is an extended definition for this object here.
Result:string (reservation-ReservationResult)
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
Id of the reservation
Result:boolean
Returns true if reservation was cancelled. Returns false if there was no reservation to cancel.