Skip to content

Commit 718fb32

Browse files
authored
fix: update help text for new chlorinator CLI command (#95)
1 parent 0ad8fe6 commit 718fb32

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

pyomnilogic_local/cli/debug/commands.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -229,15 +229,12 @@ def set_chlor_params(ctx: click.Context, bow_id: int, equip_id: int, timed_perce
229229
BOW_ID: The Body of Water (pool/spa) system ID
230230
EQUIP_ID: The chlorinator equipment system ID
231231
TIMED_PERCENT: Chlorine generation percentage (0-100)
232-
OP_MODE: Operating mode (0=DISABLED, 1=TIMED, 2=ORP_AUTO, 3=ORP_TIMED_RW)
232+
OP_MODE: Operating mode (0=DISABLED, 1=TIMED, 2=ORP_AUTO)
233233
234234
Examples:
235235
# Set chlorinator to 75% in TIMED mode
236236
omnilogic --host 192.168.1.100 debug set-chlor-params 7 12 75 1
237237
238-
# Disable chlorinator
239-
omnilogic --host 192.168.1.100 debug set-chlor-params 7 12 0 0
240-
241238
# Set to ORP AUTO mode with 50% generation
242239
omnilogic --host 192.168.1.100 debug set-chlor-params 7 12 50 2
243240

0 commit comments

Comments
 (0)