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 c6ee865 commit 091797bCopy full SHA for 091797b
1 file changed
README.md
@@ -43,7 +43,7 @@ async def main():
43
print(device.info.version)
44
45
# Turn strip on, full brightness
46
- await led.light(on=True, brightness=255)
+ await led.master(on=True, brightness=255)
47
48
49
if __name__ == "__main__":
0 commit comments