studioimaginaire / phue

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

Add uniqueid property to Light #194

Open henryruhs opened 2 years ago

henryruhs commented 2 years ago

Actually I have to use a private method light._get('uniqueid') in my code - it would be nice to have uniqueid as a property inside the Light class or change get to be public.