Skip to content

Commit

Permalink
Fixed errors in parsers, not able to identify certain constants for C…
Browse files Browse the repository at this point in the history
…HARGE_START_ERROR and CHARGE_START_RESERVATION.
  • Loading branch information
slespersen committed Dec 10, 2024
1 parent b797d4a commit 8cadfbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions evseMQTT/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ class Constants:

# Response to charge_start
CHARGE_START_ERROR = {
0: "No error",
1: "The charging plug is not plugged in properly",
2: "System error",
3: "Charging",
Expand All @@ -174,6 +175,7 @@ class Constants:

# Response to charge_start
CHARGE_START_RESERVATION = {
0: "No error",
2: "Reservation failed, the system does not support reservation",
3: "Reservation failed, the reservation time is more than 24 hours",
4: "Reservation failed, the reservation time is earlier than the current time",
Expand Down

0 comments on commit 8cadfbb

Please sign in to comment.