https://github.com/sierrasoftworks/hue
Control your Phillips Hue lights using the command line.
https://github.com/sierrasoftworks/hue
cli hue-lights
Last synced: 10 months ago
JSON representation
Control your Phillips Hue lights using the command line.
- Host: GitHub
- URL: https://github.com/sierrasoftworks/hue
- Owner: SierraSoftworks
- Created: 2021-11-22T16:45:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T23:52:05.000Z (almost 2 years ago)
- Last Synced: 2024-08-13T02:10:13.764Z (almost 2 years ago)
- Topics: cli, hue-lights
- Language: Go
- Homepage:
- Size: 150 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hue CLI
**Control your Philips Hue lights from your command line**
Do you just **HATE** needing to reach for your phone to turn on the lights
when the sun goes down? Are you the kind of person who believes that GUIs
were a mistake? Just looking for a quick way to turn things off at the end
of the day?
This app is for you, it's a lightweight command line client which lets you
control your Hue lights with minimal fuss and no extra effort.
```powershell
# Install the latest version of the Hue CLI
go install github.com/sierrasoftworks/hue@latest
# Connect to your Hue bridge
hue setup
# Set up your lights just the way you want them
hue all=off tv=red,25% bedroom=orange,30%
```