Skip to content

Commit

Permalink
Change the ECO_CHARGE/ECO_DISCHARGE int values to 98/99
Browse files Browse the repository at this point in the history
  • Loading branch information
mletenay committed Apr 30, 2024
1 parent 5d90ac5 commit f05a911
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions goodwe/inverter.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ class OperationMode(IntEnum):
ECO = 3
PEAK_SHAVING = 4
SELF_USE = 5
ECO_CHARGE = 10
ECO_DISCHARGE = 11
ECO_CHARGE = 98
ECO_DISCHARGE = 99


class Inverter(ABC):
Expand Down

0 comments on commit f05a911

Please sign in to comment.