studioimaginaire / phue

A Python library for the Philips Hue system
Other
1.52k stars 267 forks source link

AllLights not working #85

Closed mexup11 closed 7 years ago

mexup11 commented 7 years ago
import phue

b = phue.Bridge("<ip>")
b.connect()

This will not work any more

This was working but Then stopped. phue.AllLights.on = True

but this is Working

This will work for all lights. b.set_group(0, "on", False)

demosdemon commented 7 years ago

Try phue.AllLights(b).on = True