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. --- scene.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scene.go') diff --git a/scene.go b/scene.go index 06b754a..da26718 100644 --- a/scene.go +++ b/scene.go @@ -4,6 +4,7 @@ * Copyright (C) 2016 Collin Guarino (Collinux) collin.guarino@gmail.com * License: GPL version 2 or higher http://www.gnu.org/licenses/gpl.html */ +// http://www.developers.meethue.com/documentation/scenes-api package hue @@ -37,8 +38,6 @@ func (bridge *Bridge) GetAllScenes() ([]Scene, error) { return []Scene{}, err } - fmt.Sprintf("GET SCENES BODY: ", string(body)) - scenes := map[string]Scene{} err = json.Unmarshal(body, &scenes) if err != nil { -- cgit v1.2.3