studioimaginaire / phue

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

Fix #93 #95

Closed demosdemon closed 7 years ago

demosdemon commented 7 years ago

Use list comprehension to return get_light_objects in list mode in sorted id order as dicts have no natural order and calling .values() can return them in random order

Fixes #93