We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3867ae3 + 29ef427 commit edf0ad2Copy full SHA for edf0ad2
content/arduino-cloud/01.guides/04.micropython/content.md
@@ -415,7 +415,6 @@ if __name__ == "__main__":
415
# Alternatively, a username and password can be used to authenticate:
416
client = ArduinoCloudClient(device_id=DEVICE_ID, username=DEVICE_ID, password=CLOUD_PASSWORD)
417
client.register(ColoredLight("light", swi=True, on_write=on_colored_light_changed))
418
- client.register("led", value=None)
419
420
# Start the Arduino Cloud client.
421
0 commit comments