Closed martinschaef closed 9 years ago
Now you can use:
scenes = bridge.scene.get({'which':'all'}) for scene in scenes['resource']: print scene
to get all scenes and set scenes by posting them to a group. See here: http://stackoverflow.com/questions/18274632/how-to-create-scenes-with-the-philips-hue-api?rq=1
(and thanks for providing this API)
Thanks a bunch!
Now you can use:
scenes = bridge.scene.get({'which':'all'}) for scene in scenes['resource']: print scene
to get all scenes and set scenes by posting them to a group. See here: http://stackoverflow.com/questions/18274632/how-to-create-scenes-with-the-philips-hue-api?rq=1
(and thanks for providing this API)