32 lines
734 B
HTML
32 lines
734 B
HTML
<h2>Basic network</h2>
|
|
Api Redirection to:
|
|
<span id="remote_ip">remote ip</span>
|
|
<br>
|
|
AccessPoint Mode (or fallback)
|
|
<br>
|
|
<label for="ap_ssid">AP SSID:</label>
|
|
<input type="text" id="ap_ssid" list="ssidlist">
|
|
<br>
|
|
<br>
|
|
Station Mode:
|
|
<br>
|
|
<label for="ssid">SSID:</label>
|
|
<input type="text" id="ssid" list="ssidlist"> <input type="button" id="scan" value="Scan">
|
|
<datalist id="ssidlist">
|
|
<option value="Not scanned yet">
|
|
</datalist>
|
|
<br>
|
|
<label for="ssid">Password:</label>
|
|
<input type="text" id="password">
|
|
<br>
|
|
<br>
|
|
Mqtt Reporting
|
|
<br>
|
|
<div>
|
|
MQTT Url
|
|
<input type="text" id="mqtt_url" placeholder="mqtt://192.168.1.1:1883">
|
|
</div>
|
|
<div>
|
|
Base Topic
|
|
<input type="text" id="base_topic" placeholder="plants/one">
|
|
</div> |