From 5f10238c62d3ff1755610babe28075baaf3439c5 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 14 May 2020 14:30:52 +0100 Subject: feat(fun/idual): Change alarm light from 'morning' to 'sun' The latter is much brighter and warmer, this is probably better. --- fun/idual/idual/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fun/idual') diff --git a/fun/idual/idual/__init__.py b/fun/idual/idual/__init__.py index f5a8d274f6..4c5519d0ad 100644 --- a/fun/idual/idual/__init__.py +++ b/fun/idual/idual/__init__.py @@ -59,7 +59,7 @@ class LightController: "Turn on the lights in the morning, try repeatedly for reasons." print('Turning on the lights. Wakey, wakey!') for i in range(5): - self.send_cmd('morning') + self.send_cmd('sun') time.sleep(0.3) self.send_cmd('on') time.sleep(0.3) -- cgit 1.4.1