An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

## Go module for Hue API access
[![GoDoc](https://godoc.org/github.com/tdrn-org/go-hue?status.svg)](https://godoc.org/github.com/tdrn-org/go-hue)
[![Build](https://github.com/tdrn-org/go-hue/actions/workflows/build.yml/badge.svg)](https://github.com/tdrn-org/go-hue/actions/workflows/build.yml)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=tdrn-org_go-hue&metric=coverage)](https://sonarcloud.io/summary/new_code?id=tdrn-org_go-hue)
[![Go Report Card](https://goreportcard.com/badge/github.com/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.