File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Tested devices:
11
11
12
12
* web interface
13
13
* schedule multiple timers
14
- * OTA updates
14
+ * OTA updates (currently without directory support)
15
15
* turn the switch on/off by the web page or the device button
16
16
* Reset the device by long pressing the button
17
17
* supports multiple WIFI credentials
@@ -24,6 +24,21 @@ The device will do this on every boot:
24
24
* make OTA Update
25
25
* serve web page
26
26
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
+
27
42
28
43
## Screenshot
29
44
You can’t perform that action at this time.
0 commit comments