From 8be09a4c40ccdb04fd26ce907e9af09fc99d7d67 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 10 Jun 2020 00:12:54 +0000 Subject: chore(fun/idual): Switch wakeup light to random colours --- fun/idual/idual/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fun') diff --git a/fun/idual/idual/__init__.py b/fun/idual/idual/__init__.py index 4c5519d0ad..35c3bbae90 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('sun') + self.send_cmd('random') time.sleep(0.3) self.send_cmd('on') time.sleep(0.3) -- cgit 1.4.1