Skip to content

Commit

Permalink
Correct write command for cli (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
yozik04 authored Jan 3, 2024
2 parents 3eb7b88 + 8368d28 commit ad84e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nibe/console_scripts/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ async def write(obj: ConnectionContext, parameter: int, value: str, **kwargs):
click.echo(coil_data)


add_connect_command(read)
add_connect_command(write)


@cli.command()
Expand Down

0 comments on commit ad84e91

Please sign in to comment.