Session Data types
SessionStatus
Defines the state of a session.
Name | Description |
---|---|
ACTIVE | The session is accepted and active. Al pre-condition are met: Communication between EV and EVSE (for example: cable plugged in correctly), EV or Driver is authorized. EV is being charged, or can be charged. Energy is, or is not, being transfered. |
COMPLETED | The session is finished successfully. No more modifications will be made to this session |
INVALID | The session is declared invalid and will not be billed. |
PENDING | The session is pending, it has not yet started. Not all pre-condition are met. This is the initial state. This session might never become an active session |
Updated almost 2 years ago