aboutsummaryrefslogtreecommitdiff
path: root/scene_test.go
blob: 4b9564bd194e01e18e1c317a5863a68d694022e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
* scene_test.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 (

)