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 9711ee8 commit 40a0aacCopy full SHA for 40a0aac
content/arduino-cloud/01.guides/04.micropython/content.md
@@ -365,7 +365,6 @@ def set_leds_from_rgb(rgb, common_cathode=True):
365
set_led_brightness(led_green, rgb[1])
366
set_led_brightness(led_blue, rgb[2])
367
368
-
369
def on_colored_light_changed(client, light):
370
# Do nothing if the hue, saturation or brightness is None.
371
if light.hue is None or light.sat is None or light.bri is None:
0 commit comments