Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 685 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 685 Bytes

golightmyroom

A go library for controlling Philips Hue light(s) with bluetooth.

My motivation for this project started with not being able to control my light with my laptop, but also that Philips is now forcing users to make an account in order to use their purchased light(s), so now I've gotten a bigger reason to make this!

Example

An example can be found at example.go

Contributing

Currently, contributing is a bit difficult right now, since a lot the code for controlling a light is shared logic. I haven't gotten around to separating it yet.