probonopd / ESP8266HueEmulator

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

Simplify process of Bridge and Lamps naming #109

Closed MopheusDG closed 4 years ago

MopheusDG commented 6 years ago

I think it would be nice (and practical) to be able to define Bridge, Lamps quantity and Lamps names inside the .ino file and that the library pick the names assigned from there, that would make this library much more easy to use without having the modify the rest of the files, keeping the library as a real library instead of an hybrid where you need to edit it to change such important parameters. What do you think ?