about summary refs log tree commit diff
path: root/fun/idual/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'fun/idual/__init__.py')
-rw-r--r--fun/idual/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/fun/idual/__init__.py b/fun/idual/__init__.py
index 2c0f97170b..ad103ef049 100644
--- a/fun/idual/__init__.py
+++ b/fun/idual/__init__.py
@@ -62,8 +62,10 @@ if __name__ == "__main__":
     #
     # The command sending doesn't always work, hence this brute-force
     # approach.
+    print('Initialising light controller')
     ctrl = LightController()
 
+    print('Turning on the lights. Wakey, wakey!')
     for i in range(9):
         ctrl.send_cmd('morning')
         time.sleep(0.2)