probonopd / ESP8266HueEmulator

Emulate a Philips Hue bridge running on an ESP8266 using the Arduino IDE.
MIT License
411 stars 93 forks source link

Fix several bugs #74

Closed opticron closed 7 years ago

opticron commented 7 years ago

This removes creation of an unnecessary string object, prevents 3rd party libraries from seeing two different bridges for each emulated bridge, and significantly reworks the notify and search parsing code to correct a few edge case bugs and make the code far more readable.