aboutsummaryrefslogtreecommitdiff
path: root/scene.go
diff options
context:
space:
mode:
authorCollin Guarino <collin.guarino@gmail.com>2016-02-14 22:57:12 -0500
committerCollin Guarino <collin.guarino@gmail.com>2016-02-14 22:57:12 -0500
commit1a8b98f271396f412c0ee1b4ca2bf221a3c6a5cc (patch)
tree31c631b66ee9d2f1524c3279f74a1ea830161d74 /scene.go
parent5755c3e714041281a5224d4eaa540b86ddb420af (diff)
Started scene files.
Diffstat (limited to 'scene.go')
-rw-r--r--scene.go12
1 files changed, 12 insertions, 0 deletions
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 (
+
+)