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:
parent
0be487a5e0
commit
5f10238c62
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue