huecli/README.md

22 lines
753 B
Markdown
Raw Normal View History

2024-06-04 14:08:08 +00:00
# huecli
2024-10-03 21:09:50 +00:00
```console
2024-10-07 21:36:18 +00:00
$ huecli --help
Usage: huecli [OPTIONS] COMMAND [ARGS]...
Options:
--install-completion [bash|zsh|fish|powershell|pwsh]
Install completion for the specified shell.
--show-completion [bash|zsh|fish|powershell|pwsh]
Show completion for the specified shell, to
copy it or customize the installation.
--help Show this message and exit.
2024-10-03 21:09:50 +00:00
2024-10-07 21:36:18 +00:00
Commands:
get-state Get the state of ID
set-brightness Set brigthness of ID to BRIGHTNESS
set-color Set the color of ID to COLOR where COLOR is either a...
set-state Set the state of ID to STATE
version Print huecli version
```