From 914b88480ec5ebc41d6c6ea4c7c2dfe9e5bdaaa1 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Wed, 23 May 2018 23:56:45 -0400 Subject: Initial commit --- colortemp.go | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 colortemp.go (limited to 'colortemp.go') diff --git a/colortemp.go b/colortemp.go new file mode 100644 index 0000000..d621043 --- /dev/null +++ b/colortemp.go @@ -0,0 +1,11 @@ +package main + +import ( + "time" +) + +type ColorTemperature uint + +func getDesiredColorTemperature(at time.Time) ColorTemperature { + return 1800 +} -- cgit v1.2.3