Skip to content

Commit

Permalink
fixing electrolyser's modbus script accordingly with EL4 documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrasko committed Sep 23, 2024
1 parent 49cf9a3 commit 07d3dfc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions electrolyser/read_el_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,8 @@ class SystemState(IntEnum):
INTERNAL_ERROR_SYSTEM_NOT_INITIALIZED_YET = 0
SYSTEM_IN_OPERATION = 1
ERROR = 2
SYSTEM_IN_MAINTENANCE_MODE = 3
FATAL_ERROR = 4
SYSTEM_IN_EXPERT_MODE = 5
FATAL_ERROR = 3
SYSTEM_IN_EXPERT_MODE = 4

@classmethod
def _missing_(cls, value: Any) -> Self:
Expand Down

0 comments on commit 07d3dfc

Please sign in to comment.