Open
Description
In the documentation, in the Reservation part of the Session module, it's written :
https://github.com/ocpi/ocpi/blob/master/mod_sessions.asciidoc#114-reservation
When a EV driver makes a Reservation for a Charge Point/EVSE, the Sender SHALL create a new Session object with status = RESERVED When the Push model is used, the CPO SHALL push the new Session object to the Receiver.
However, in the Session status enum part below : https://github.com/ocpi/ocpi/blob/master/mod_sessions.asciidoc#143-sessionstatus-enum
It's written :
Value | Description |
---|---|
RESERVATION | The session is started due to a reservation, charging has not yet started. The session might never become an active session. |
The status here is called RESERVATION as opposed to RESERVED in the first part, which one should we consider ?
Metadata
Metadata
Assignees
Labels
No labels