about summary refs log tree commit diff
path: root/fun
diff options
context:
space:
mode:
Diffstat (limited to 'fun')
-rw-r--r--fun/idual/idual/__init__.py2
1 files changed, 1 insertions, 1 deletions
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)