-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API: differentiate between Finished EVSE and EV #954
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Cornelius Claussen <[email protected]>
case SessionInfo::State::AuthTimeout: | ||
return "AuthTimeout"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That probably belongs to #956
@@ -95,7 +95,10 @@ class SessionInfo { | |||
ChargingPausedEV, | |||
ChargingPausedEVSE, | |||
Charging, | |||
Finished | |||
AuthTimeout, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That probably belongs to #956
@@ -77,6 +77,9 @@ This variable is published every second and contains a json object with informat | |||
- ChargingPausedEV | |||
- ChargingPausedEVSE | |||
- Finished | |||
- FinishedEV | |||
- FinishedEVSE | |||
- AuthTimeout |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That probably belongs to #956
Describe your changes
One of the chargeX requirements is to show a different Finished state depending on whether the EV or the EVSE initiated the session stop.
Issue ticket number and link
Checklist before requesting a review