probonopd / ESP8266HueEmulator

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

Allow POST on light state setting for ease of use #56

Closed opticron closed 7 years ago

opticron commented 7 years ago

In most cases, it's a bit less work to send a POST instead of a PUT and doesn't hurt the API, so allow it for testing purposes. This was allowed before the HTTP server callback rework and was lost in that process since it wasn't to API spec.