From 7bb6daa4bf09947142e38ff468b7f62baae110fd Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Mon, 28 Nov 2022 05:45:20 +0300 Subject: esp8266 relay controller wip --- platformio/relayctl/static/index.html | 62 +++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 platformio/relayctl/static/index.html (limited to 'platformio/relayctl/static/index.html') diff --git a/platformio/relayctl/static/index.html b/platformio/relayctl/static/index.html new file mode 100644 index 0000000..d89967d --- /dev/null +++ b/platformio/relayctl/static/index.html @@ -0,0 +1,62 @@ + + + + + + Configuration + + + + + +
Settings (loading...)
+
+
+
WiFi SSID
+
+ +
+ +
WiFi Password
+
+ +
+ +
+
+ +
Node ID
+
+ +
+ + +
+
+ +
Update firmware (.bin)
+
+
+
+ +
+ +
+
+ +
Reset settings
+
+
+ +
+
+ +
Info
+
+ ESP8266-based relayctl, firmware v{version}
+ Part of homekit by Evgeny Zinoviev © 2022 +
+ + \ No newline at end of file -- cgit v1.2.3