1234567891011121314151617181920212223242526272829303132333435 |
- <html><head>
- <meta charset='utf-8'><meta name='viewport' content='width=device-width,initial-scale=1,user-scalable=no'/>
- <link rel='stylesheet' href='style.css'>
- <title>WiFiThermostat - WTherm-3598</title></head>
- <body>
- <div id='main'>
- <div id='head'>WiFiThermostat - WTherm-3598
- </div><hr>
- <div></div>
- <p><b>Configuration</b></p>
- <table style='width:100%'>
- <tr><td><form action='confdevwifi' method='get'><button>Device & WiFi</button></form></td></tr>
- <tr><td><form action='conftime' method='get'><button>Date & Time</button></form></td></tr>
- <tr><td><form action='conflog' method='get'><button>Logging</button></form></td></tr>
- <tr><td><form action='confweb' method='get'><button>Web Interface</button></form></td></tr>
- <tr><td><form action='confmqtt' method='get'><button>MQTT</button></form></td></tr>
- <tr><td><form action='confbas' method='get'><button>Thermostat Basic</button></form></td></tr>
- <tr><td><form action='confadv' method='get'><button>Thermostat Advanced</button></form></td></tr>
- <tr><td><form action='confadd' method='get'><button>Additional Functions</button></form></td></tr>
- <tr><td><form action='update' method='get'><button>OTA Firmware Update</button></form></td></tr>
- <tr><td> </td></tr>
- <tr><td><form action='console' method='get'><button>Web Console</button></form></td></tr>
- <tr><td><form action='wsconsole' method='get'><button>WebSockets Console</button></form></td></tr>
- </table>
- <div></div>
- <table style='width:100%'><tr>
- <td style='width:50%'><form action='.' method='get'><button class='bgrey'>Main Menu</button></form></td>
- <td><form action='/' method='get' onsubmit='return confirm("Confirm Restart");'><button name='restart' class='bred'>Restart</button></form></td>
- </tr></table>
- <div style='text-align:right;font-size:0.7em;color:#AAA;'><hr/><a href='https://git.flokra.at/flo/WiFiThermostat' target='_blank' style='color:#AAA;'>WiFiThermostat</a> 0.6.1 by <a href='https://www.flokra.at/' target='_blank' style='color:#AAA;'>FloKra</a></div>
- </div></body></html>
|