diff options
Diffstat (limited to 'light.go')
-rw-r--r-- | light.go | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ -// http://www.developers.meethue.com/documentation/lights-api +/* +* light.go +* GoHue library for Philips Hue +* Copyright (C) 2016 Collin Guarino +* License: GPL version 2 or higher http://www.gnu.org/licenses/gpl.html +*/ +// http://www.developers.meethue.com/documentation/lights-api package hue import ( |