https://github.com/tdrn-org/go-hue
Go module for Hue API access
https://github.com/tdrn-org/go-hue
hue-api
Last synced: about 2 months ago
JSON representation
Go module for Hue API access
- Host: GitHub
- URL: https://github.com/tdrn-org/go-hue
- Owner: tdrn-org
- License: apache-2.0
- Created: 2024-11-09T10:36:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-18T10:02:00.000Z (about 2 months ago)
- Last Synced: 2026-04-18T11:39:19.861Z (about 2 months ago)
- Topics: hue-api
- Language: Go
- Homepage: https://pkg.go.dev/github.com/tdrn-org/go-hue
- Size: 529 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Go module for Hue API access
[](https://godoc.org/github.com/tdrn-org/go-hue)
[](https://github.com/tdrn-org/go-hue/actions/workflows/build.yml)
[](https://sonarcloud.io/summary/new_code?id=tdrn-org_go-hue)
[](https://goreportcard.com/report/github.com/tdrn-org/go-hue)
### Hue API
The [Hue Smart Home system](https://www.philips-hue.com/) provides a REST [API](https://developers.meethue.com/develop/hue-api-v2/) to access Hue Smart Home bridges to evaluate and control the connected devices. This library provides the Go wrapper for this API.
It is based on the Hue API's [OpenAPI specification](https://github.com/openhue/openhue-api/) provided by the [OpenHue project](https://www.openhue.io/).
### Versioning
The package main version (major.minor) matches the version of the OpenAPI specification the package version is based on.
### License
This project is subject to the the Apache License, Version 2.0. See LICENSE information for details.