From 1a8b98f271396f412c0ee1b4ca2bf221a3c6a5cc Mon Sep 17 00:00:00 2001 From: Collin Guarino Date: Sun, 14 Feb 2016 22:57:12 -0500 Subject: Started scene files. --- scene.go | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 scene.go (limited to 'scene.go') diff --git a/scene.go b/scene.go new file mode 100644 index 0000000..0db1e1c --- /dev/null +++ b/scene.go @@ -0,0 +1,12 @@ +/* +* scene.go +* GoHue library for Philips Hue +* Copyright (C) 2016 Collin Guarino (Collinux) collin.guarino@gmail.com +* License: GPL version 2 or higher http://www.gnu.org/licenses/gpl.html +*/ + +package hue + +import ( + +) -- cgit v1.2.3