huecli/README.md

31 lines
1.8 KiB
Markdown
Raw Normal View History

2024-06-04 14:08:08 +00:00
# huecli
2024-10-03 21:09:50 +00:00
```console
Usage: python -m huecli [OPTIONS] COMMAND [ARGS]...
╭─ Options ──────────────────────────────────────────╮
│ --install-completion Install completion │
│ for the current │
│ shell. │
│ --show-completion Show completion for │
│ the current shell, │
│ to copy it or │
│ customize the │
│ installation. │
│ --help Show this message │
│ and exit. │
╰────────────────────────────────────────────────────╯
╭─ 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 known │
│ color value, or a comma separated │
│ RGB value, like "0.1,0.2,0.3". │
│ set-state Set the state of ID to STATE │
│ version Print huecli version │
╰────────────────────────────────────────────────────╯
```