aboutsummaryrefslogtreecommitdiff
path: root/bridge.go
diff options
context:
space:
mode:
authorCollin Guarino <collin.guarino@gmail.com>2016-02-14 23:20:19 -0500
committerCollin Guarino <collin.guarino@gmail.com>2016-02-14 23:20:19 -0500
commit03d8d97ce9a3468b060e462f8480a36a76956415 (patch)
tree428f61823bb3e547e2f59d03349ab9c911e9d63e /bridge.go
parentfb14bbfab6d23cac1fc987a6190c11b41fadc4d7 (diff)
Documentation links for philips hue website to official docs added to all file headers.
Diffstat (limited to 'bridge.go')
-rw-r--r--bridge.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/bridge.go b/bridge.go
index 5d1ea35..01dd98c 100644
--- a/bridge.go
+++ b/bridge.go
@@ -4,6 +4,10 @@
* Copyright (C) 2016 Collin Guarino (Collinux) collin.guarino@gmail.com
* License: GPL version 2 or higher http://www.gnu.org/licenses/gpl.html
*/
+// All things start with the bridge. You will find many Bridge.Func() items
+// to use once a bridge has been created and identified.
+// See the getting started guide on the Philips hue website:
+// http://www.developers.meethue.com/documentation/getting-started
package hue