commit 7e010522abcccf443c4b5f3d08dfae55e818192a Author: Matt Huntington Date: Mon Jul 18 15:59:28 2022 -0400 starting with example code diff --git a/elgato.py b/elgato.py new file mode 100644 index 0000000..7d74327 --- /dev/null +++ b/elgato.py @@ -0,0 +1,8 @@ +import leglight +allLights = leglight.discover(2) +print(allLights) +for light in allLights: + light.off() +#myLight = leglight.LegLight('192.168.68.112',9123) +#print(myLight) +#myLight.on()