https://github.com/ericrabil/hue-tools
A library and CLI for various Hue lighting environments
https://github.com/ericrabil/hue-tools
Last synced: about 1 month ago
JSON representation
A library and CLI for various Hue lighting environments
- Host: GitHub
- URL: https://github.com/ericrabil/hue-tools
- Owner: EricRabil
- License: mit
- Created: 2018-12-01T18:51:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-20T00:55:56.000Z (over 7 years ago)
- Last Synced: 2025-01-06T04:41:55.755Z (over 1 year ago)
- Language: TypeScript
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hue-tools
A library and CLI for various Hue lighting environments, as well as a broker for other tools that want to utilize the extra APIs and features this library offers
> This project is made for my own enjoyment. It comes with no guaranteed updates, fixes, support, etc.
```bash
# this
node cli
# help
node cli help
# sets light state
node cli state --groups=0 --state.on=true --save=allOn
node cli state --load=allOn
# starts a wave color gradient that gradually takes over all lights group by group
node cli scene start wave --transition=2500 --groups=1 2 3 4
# strobe.
node cli scene start strobe --transition=150 --groups=0
# starts a constant color gradient across all lights
node cli scene start gradient --transition=5000 --rgbProfile=sunset --groups=0 --save=sunset
node cli scene start gradient --load=sunset
# visualizes sounds from your mic using rec
node cli scene start sound --transition=700 --groups=0
```