Skip to content

Commit

Permalink
Add shortcut for serial-port.
Browse files Browse the repository at this point in the history
As this is a very popular argument.
Bump version to 1.5.1.
  • Loading branch information
Sven Hädrich committed Oct 10, 2024
1 parent d1ae46e commit 600a815
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/dali_mon.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def main_file(transparent: bool, absolute_time: bool) -> None:


@click.command()
@click.version_option("1.5.0")
@click.version_option("1.5.1")
@click.option(
"-l",
"--hid",
Expand All @@ -101,6 +101,7 @@ def main_file(transparent: bool, absolute_time: bool) -> None:
@click.option("--echo", help="Echo unprocessed input line to output.", is_flag=True)
@click.option("--absolute", help="Add absolute local time to output.", is_flag=True)
@click.option(
"-s",
"--serial-port",
help="Serial port used for DALI communication.",
envvar="DALI_SERIAL_PORT",
Expand Down

0 comments on commit 600a815

Please sign in to comment.