3.2.13 20170127
- Prep for 4.0: Remove Legacy Info, Warning, Commands and Status messages
- Add sleep status to StatusPRM message
- Fix Hue brightness and change to call by reference (#283)
- Add command Sleep 0 - 250 mSec for optional light sleep mode to lower energy consumption (#272)
(Expect overall button/key/switch misses and wrong values on Sonoff Pow) - Add Hue brightness extension (#281)
- Add confirmation before Restart via webpage
- Fix possible ESP8285 flash problem by updating Flash Chip Mode to DOUT during web upload
- Fix LedPower status after button press (#279)
- Add confirmation before Reset Configuration via webpage (#244)
- Add WS2812 features (see Wiki commands)
- Fix compile error when MQTT is disabled (#269)
- Change PowerOnState function to only trigger when Power On (and not on restart) (#238)
- Add command LedPower On|Off to control main led (#247)
- Add charset=utf-8 to webpages (#266)
- Update Hue emulation (#268)
- Rewrite WS2812 code and prep for 4.0
- Add support for domoticz Dimmer on WS2812
- Add commands SwitchTopic and SwitchRetain On|Off to be used with external switch instead of ButtonTopic and ButtonRetain
- Enforce at least IDE 1.6.10 and ESP8266 2.3.0
- Move HLW interrupts back to RAM as it generates Exception on Pow (#264)
- Fix Sonoff Pow compile error (#255)
- Move HLW interrupts back to ROM
- Add more FriendlyNames for Hue (#254)
- Add DMA support for WS2812 when using pin 3
- Add HUE emulation for Alexa (#229)
- Add basic WS2812 support (#229)
- Fix Wemo when MQTT is disabled (#245)
- Fix PowerOnState 2 functionality after re-applying power (#230)
- Fix some failed command decoding (#228)
- Removed passwords from status messages (#216)
- Add I2C BH1750 sensor (#222)
- Sensor rewrite preparing for online selection
- Fix Domoticz possible error condition
- Remove Wifi password from connection message (#216)
- Add Configure Other menu item to web page (#209)
- Add command FriendlyName, field Friendly Name and define FRIENDLY_NAME to be used by Alexa
eliminating current use of MQTT_CLIENT_ID (#209) - Add friendlyname to webpage replacing former hostname
- Fix Domoticz send key regression with Toggle command
- Add support for command TOGGLE (define MQTT_CMND_TOGGLE) when ButtonTopic is in use and not equal to Topic (#207)