-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Promoted version to 1.1.0. Added change log and updated README
- Loading branch information
1 parent
e0e755e
commit 9eb8cb9
Showing
3 changed files
with
27 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
ESP8266-YEELIGHT-SWITCH CHANGELOG: | ||
|
||
v1.1.0 12 Jan 2019 | ||
Features: | ||
* #1: Support for multiple bulb switching | ||
Bug fixes: | ||
* #6: Switch unlinking is not remembered | ||
|
||
v1.0.0 05 Jan 2019 | ||
Features: | ||
* Use of local API, meaning nearly instantaneous light switching; | ||
* Support for Yeelight devices discovery on the network; | ||
* Visible user feedback using the ESP8266's built-in LED; | ||
* Support for Wi-Fi network reconfiguration; | ||
* Web interface with mDNS support to configure the switch; | ||
* Support for turning the bulb on or off via web interface, including a direct URL for toggle; | ||
* Storing of the user-selected light device in EEPROM (survives power off); | ||
* No hardcoded or entered bulb IP addresses; | ||
* Detailed diagnostics sent over serial interface. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters