mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-12 21:18:13 +08:00
配置MQTT
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="network">
|
||||
<legend>Network config</legend>
|
||||
<legend>Network Config</legend>
|
||||
<table>
|
||||
<tr>
|
||||
<td class="right">SSID:</td>
|
||||
@@ -140,6 +140,28 @@
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
<legend>MQTT Config</legend>
|
||||
<table>
|
||||
<tr>
|
||||
<td class="right">MQTT:</td>
|
||||
<td>
|
||||
<input id="mqtt_addr"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="right">PORT:</td>
|
||||
<td>
|
||||
<input id="mqtt_port"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div class="submit">
|
||||
<button class="submit_bt" onclick="SubmitMqtt()">Submit</button>
|
||||
<span class="status_sp success">OK</span>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="connect">
|
||||
<legend>System Status</legend>
|
||||
<table>
|
||||
|
||||
Reference in New Issue
Block a user