Skip to content

Commit 169597a

Browse files
authored
Update README.md
1 parent 702f21b commit 169597a

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Tested devices:
1111

1212
* web interface
1313
* schedule multiple timers
14-
* OTA updates
14+
* OTA updates (currently without directory support)
1515
* turn the switch on/off by the web page or the device button
1616
* Reset the device by long pressing the button
1717
* supports multiple WIFI credentials
@@ -24,6 +24,21 @@ The device will do this on every boot:
2424
* make OTA Update
2525
* serve web page
2626

27+
## Roadmap
28+
29+
Things that will be implement in the near feature:
30+
31+
* checkbox for each day of the week where timers are active
32+
* timer toggle flag to reverse: power is switched off during the specified periods
33+
* display local time to UTC offset via JavaScript
34+
* recalculate UTC timestamp on the page into local time via JavaScript
35+
36+
further away:
37+
38+
* different timers for every weekday
39+
* Handling time zones completely invisible in the background.
40+
* Support directories via OTA Updates
41+
2742

2843
## Screenshot
2944

0 commit comments

Comments
 (0)