https://github.com/blacklight/huectrl
Control Philips Hue lights from the command line with a tiny Python script
https://github.com/blacklight/huectrl
Last synced: 3 months ago
JSON representation
Control Philips Hue lights from the command line with a tiny Python script
- Host: GitHub
- URL: https://github.com/blacklight/huectrl
- Owner: blacklight
- Created: 2015-04-13T10:14:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-09-08T16:28:43.000Z (almost 9 years ago)
- Last Synced: 2025-01-17T05:11:44.396Z (over 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
$ huectrl
Usage: huectrl <-b|--bridge> bridge [-l|--lightbulb lighbulb] [--on|--off] [--bri ] [--sat ] [--hue ]
-b|--bridge IP address or hostname of the Philips Hue bridge
-l|--lightbulb Lightbulbs to toggle, name or index, or comma separated list (default: all)
--on|--off Set the lights on or off
--bri Set the lights brightness [0-255]
--sat Set the lights saturation [0-255]
--hue Set the lights hue [0-255]