From 03d8d97ce9a3468b060e462f8480a36a76956415 Mon Sep 17 00:00:00 2001 From: Collin Guarino Date: Sun, 14 Feb 2016 23:20:19 -0500 Subject: Documentation links for philips hue website to official docs added to all file headers. --- bridge.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bridge.go') 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 -- cgit v1.2.3