Skip to content

Commit 07d3dfc

Browse files
committed
fixing electrolyser's modbus script accordingly with EL4 documentation
1 parent 49cf9a3 commit 07d3dfc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

electrolyser/read_el_params.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,8 @@ class SystemState(IntEnum):
6868
INTERNAL_ERROR_SYSTEM_NOT_INITIALIZED_YET = 0
6969
SYSTEM_IN_OPERATION = 1
7070
ERROR = 2
71-
SYSTEM_IN_MAINTENANCE_MODE = 3
72-
FATAL_ERROR = 4
73-
SYSTEM_IN_EXPERT_MODE = 5
71+
FATAL_ERROR = 3
72+
SYSTEM_IN_EXPERT_MODE = 4
7473

7574
@classmethod
7675
def _missing_(cls, value: Any) -> Self:

0 commit comments

Comments
 (0)