repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | --- |
| #2 | name: openhue |
| #3 | description: Control Philips Hue lights/scenes via the OpenHue CLI. |
| #4 | homepage: https://www.openhue.io/cli |
| #5 | metadata: {"clawdbot":{"emoji":"💡","requires":{"bins":["openhue"]},"install":[{"id":"brew","kind":"brew","formula":"openhue/cli/openhue-cli","bins":["openhue"],"label":"Install OpenHue CLI (brew)"}]}} |
| #6 | --- |
| #7 | |
| #8 | # OpenHue CLI |
| #9 | |
| #10 | Use `openhue` to control Hue lights and scenes via a Hue Bridge. |
| #11 | |
| #12 | Setup |
| #13 | - Discover bridges: `openhue discover` |
| #14 | - Guided setup: `openhue setup` |
| #15 | |
| #16 | Read |
| #17 | - `openhue get light --json` |
| #18 | - `openhue get room --json` |
| #19 | - `openhue get scene --json` |
| #20 | |
| #21 | Write |
| #22 | - Turn on: `openhue set light <id-or-name> --on` |
| #23 | - Turn off: `openhue set light <id-or-name> --off` |
| #24 | - Brightness: `openhue set light <id> --on --brightness 50` |
| #25 | - Color: `openhue set light <id> --on --rgb #3399FF` |
| #26 | - Scene: `openhue set scene <scene-id>` |
| #27 | |
| #28 | Notes |
| #29 | - You may need to press the Hue Bridge button during setup. |
| #30 | - Use `--room "Room Name"` when light names are ambiguous. |
| #31 |