mariusmotea / diyHue

Philips Hue emulator that is able to control multiple types of lights
Other
627 stars 107 forks source link

Objects imported from deconz are missing "config" field #498

Closed derekmerck closed 4 years ago

derekmerck commented 4 years ago

Small fix to prevent a missing key exception on attempting to update a light icon for a proxied deconz light using the hue app (iOS). Hue app still crashes on icon change for proxied light (either deconz or genuine hue bridge), but icon shows as changed upon restart.

mariusmotea commented 4 years ago

Thanks for this fix. Please note that this is the old repo. The new one is located here:

https://github.com/diyhue/diyHue/blob/master/BridgeEmulator/HueEmulator3.py

derekmerck commented 4 years ago

Sorry for the mix up, @mariusmotea. I noticed that yesterday and was going to revise, but you beat me to it. Thanks for sharing your work on this project!