https://github.com/pmorie/hue-cli
https://github.com/pmorie/hue-cli
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pmorie/hue-cli
- Owner: pmorie
- Created: 2021-01-25T19:04:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-04T04:07:00.000Z (over 5 years ago)
- Last Synced: 2023-03-11T06:18:24.984Z (over 3 years ago)
- Language: Go
- Size: 53.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hue-cli
A hue CLI client.
## building
```
go build ./cmd/hue-cli
```
## setting up a bridge
Use the `bridge discover` command to find a bridge on your network, then `bridge setup` to set that bridge up with the CLI.
```
$ ./hue-cli bridge discover
IP ID
192.168.50.100 001788fffeeeeeee
$ ./hue-cli bridge setup --bridgeIP 192.168.50.100 --user myuser --wait=true
# you will have to hit the button on the hue bridge after invoking this
```