|
|
|
@ -4,8 +4,8 @@ import leglight
|
|
|
|
# print(allLights)
|
|
|
|
# print(allLights)
|
|
|
|
# for light in allLights:
|
|
|
|
# for light in allLights:
|
|
|
|
# light.off()
|
|
|
|
# light.off()
|
|
|
|
left = leglight.LegLight('192.168.68.100',9123)
|
|
|
|
left = leglight.LegLight('192.168.68.109',9123)
|
|
|
|
right = leglight.LegLight('192.168.68.101',9123)
|
|
|
|
right = leglight.LegLight('192.168.68.110',9123)
|
|
|
|
|
|
|
|
|
|
|
|
if sys.argv[1] == 'brighten':
|
|
|
|
if sys.argv[1] == 'brighten':
|
|
|
|
print('bright')
|
|
|
|
print('bright')
|
|
|
|
|