We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13c47bd commit 4c2aefdCopy full SHA for 4c2aefd
2 files changed
README.md
@@ -86,7 +86,7 @@ Only refilling is performed in case of first maintenance (from factory state).
86
- Write random value in 90-99 range
87
- Read register again to check that it contains new value
88
89
-- write_el_reboot.py
+**_write_el_reboot.py_**
90
91
- Write 1 to reboot holding register (4)
92
- Wait until electrolyser is rebooted
run_el_maintenance.py
@@ -52,7 +52,7 @@
52
# Timeout (seconds) after writing to somehow guarantee that value is updated
53
REGISTER_WRITE_TIMEOUT: Final[int] = 2
54
55
-# Electrolyte presence check is required after water pipe connection
+# Check pressure and electrolyte presence (optionally) after pipe connection
56
MAX_WATER_PIPE_CONNECT_ATTEMPTS: Final[int] = 5
57
58
INPUT_CONFIRMATION: Final[str] = 'YES'
0 commit comments