Skip to content

Commit 938041b

Browse files
brentrubrentru
brentru
authored and
brentru
committed
update example to match lib
1 parent f271a91 commit 938041b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/lifx_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
colors = ['yellow', 'blue', 'white']
5050
for color in colors:
5151
print('Setting light to: ', color)
52-
lifx.set_color(lifx_light, 'on', color, brightness=light_brightness)
52+
lifx.set_color(lifx_light, power='on', color=color, brightness=light_brightness)
5353

5454
# Turn off the light
5555
print('Turning off light...')

0 commit comments

Comments
 (0)