Go to file
Torjus Håkestad e556d8ecf1
All checks were successful
build / build (push) Successful in 1m12s
Update readme
2024-10-03 23:09:50 +02:00
.github/workflows Add build workflow 2024-10-02 23:09:32 +02:00
huecli Change alias for get state 2024-08-22 21:35:07 +02:00
.envrc Initial commit 2024-06-04 16:09:05 +02:00
.gitignore Initial commit 2024-06-04 16:09:05 +02:00
flake.lock flake.lock: Update 2024-08-22 20:57:55 +02:00
flake.nix Switch to python 3.12 2024-06-15 11:43:36 +02:00
poetry.lock Update deps 2024-08-22 21:33:48 +02:00
pyproject.toml Update deps 2024-08-22 21:33:48 +02:00
README.md Update readme 2024-10-03 23:09:50 +02:00

huecli

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              │
╰────────────────────────────────────────────────────╯