#scratch2hue
library for manipulating the hue through the scratch.
Refer to golang.org
Refer to gom
$ go get github.com/135yshr/scratch2hue
$ gom install
$ cd sample
$ go build -o scratch2hue
- start the scratch
- open the hue.sb
- Enable Remote Sensor Connections
- start the scratch2hue
$ ./scratch2hue -ip <bridge ip address>
MIT:https://github.com/135yshr/scratch2hue/blob/master/LICENSE
- changed use hue's api from savaki/go.hue to 135yshr/go.hue
- changed of function name from scratch2hue.Anction to scratch2hue.Action.
- changed of import from "scratch2hue" to "github.com/135yshr/scratch2hue"