We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f271a91 commit 938041bCopy full SHA for 938041b
examples/lifx_simpletest.py
@@ -49,7 +49,7 @@
49
colors = ['yellow', 'blue', 'white']
50
for color in colors:
51
print('Setting light to: ', color)
52
- lifx.set_color(lifx_light, 'on', color, brightness=light_brightness)
+ lifx.set_color(lifx_light, power='on', color=color, brightness=light_brightness)
53
54
# Turn off the light
55
print('Turning off light...')
0 commit comments