Registry / iot / amimof-huego

amimof-huego

JSON →
library1.2.1gogounverified

Package huego provides an extensive, easy to use interface to the Philips Hue bridge.

go get github.com/amimof/huego
INSTALL
IMPORT
SIG · AMIMOF-HUEGO
A
amimof-huego
iotgov1.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

huego
github.com/amimof/huego

Connects to a Philips Hue bridge and retrieves all lights.

package main import ( "fmt" "github.com/amimof/huego" ) func main() { bridge := huego.New("192.168.1.100", "apikey") lights, _ := bridge.GetLights() fmt.Println(lights) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
24
Amazon
1
Resources
amimof-huego — go get amimof-huego · libregistry