feat(fun/idual): Change alarm light from 'morning' to 'sun'

The latter is much brighter and warmer, this is probably better.
This commit is contained in:
Vincent Ambo 2020-05-14 14:30:52 +01:00
parent 0be487a5e0
commit 5f10238c62

View file

@ -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)