Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

corneliusclaussen
Copy link
Contributor

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

  • I have performed a self-review of my code
  • I have made corresponding changes to the documentation
  • I read the contribution documentation and made sure that my changes meet its requirements

Comment on lines +172 to +173
case SessionInfo::State::AuthTimeout:
return "AuthTimeout";
Copy link
Contributor

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,
Copy link
Contributor

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
Copy link
Contributor

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

@barsnick barsnick changed the title API: differntiate between Finished EVSE and EV API: differentiate between Finished EVSE and EV Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants