Categorygithub.com/brianbland/go-hue
repositorypackage
0.0.0-20150503234336-cc69e7349f3d
Repository: https://github.com/brianbland/go-hue.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

go-hue

A typesafe, fully tested, go package for the Phillip's Hue client API.

Note: This is a work in project and NOT ready to be used in production yet. I'm hoping to have it completed by the end of September 2013 and am actively working on the project.

Please see godoc.org for a detailed API description.

For more information about the Hue API see the Hue Developer API Specification.

Packages

This contains multiple packages. See the README in each package for more details. Here is a list for you reference.

  • huetest - Stub hue.API implementation to simplify testing.
  • strand - Provides a LightStrand that maps location on a strand to a light id in hue.

Todo

  • Lights API
  • [~] Configuration API
  • Discovery API
  • [~] Documentation
  • Groups API
  • Schedules API

Usage

How to contribute

  • Fork
  • Write tests and code
  • Run go fmt
  • Submit a pull request
  • Drink a beer. Good job!