From cc6a3848ca1c73b17da4e7a13798af4ff6089d10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Thu, 22 Aug 2024 21:35:07 +0200 Subject: [PATCH] Change alias for get state --- huecli/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/huecli/__main__.py b/huecli/__main__.py index 5cf058d..df41cff 100644 --- a/huecli/__main__.py +++ b/huecli/__main__.py @@ -187,7 +187,7 @@ def set_brightness( pub.single(topic, payload, hostname=get_mqtt_broker()) @app.command() -@app.command("s", hidden=True) +@app.command("get", hidden=True) def get_state( id: Annotated[ LightID, typer.Argument(help="ID of light.", autocompletion=complete_id)