diff --git a/examples/SmartSwitch/README.md b/examples/SmartSwitch/README.md new file mode 100644 index 0000000..1801e99 --- /dev/null +++ b/examples/SmartSwitch/README.md @@ -0,0 +1,13 @@ +![](SCREENSHOT.PNG) + +SmartSwitch application +Based on ESP_AsyncFSBrowser +Temperature Control for heater with schedule for car block heater or battery charger +Wide browser compatibility, no extra server-side needed. +HTTP server and WebSocket, single port +Standalone, no JS dependencies for the browser from Internet (I hope) +Based on ESP_AsyncFSBrowser +Real Time (NTP) w/ Time Zones +Memorized settings to EEPROM +Multiple clients can be connected at same time, they see each other requests +Use latest ESP8266 core lib (from github) \ No newline at end of file diff --git a/examples/SmartSwitch/SCREENSHOT.PNG b/examples/SmartSwitch/SCREENSHOT.PNG new file mode 100644 index 0000000..e9d0ddd Binary files /dev/null and b/examples/SmartSwitch/SCREENSHOT.PNG differ