Skip to content

Commit

Permalink
Update edit_config_template.html
Browse files Browse the repository at this point in the history
  • Loading branch information
caco3 authored Dec 1, 2024
1 parent b038557 commit 46a2dba
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions sd-card/html/edit_config_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -1133,17 +1133,6 @@ <h4>
<td>$TOOLTIP_MQTT_RetainMessages</td>
</tr>

<tr class="MQTTItem">
<td class="indent1">
<input type="checkbox" id="MQTT_DomoticzTopicIn_enabled" value="1" onclick = 'InvertEnableItem("MQTT", "DomoticzTopicIn")' unchecked >
<label for=MQTT_DomoticzTopicIn_value1><class id="MQTT_DomoticzTopicIn_text" style="color:black;">Domoticz in topic</class></label>
</td>
<td>
<input type="text" id="MQTT_DomoticzTopicIn_value1">
</td>
<td>$TOOLTIP_MQTT_DomoticzTopicIn</td>
</tr>

<tr class="MQTTItem">
<td class="indent1" style="padding-top:25px" colspan="2">
<b>Homeassistant Discovery (using MQTT)</b><br>
Expand Down Expand Up @@ -1189,6 +1178,17 @@ <h4>
<td>$TOOLTIP_MQTT_MeterType</td>
</tr>

<tr class="MQTTItem">
<td class="indent1">
<input type="checkbox" id="MQTT_DomoticzTopicIn_enabled" value="1" onclick = 'InvertEnableItem("MQTT", "DomoticzTopicIn")' unchecked >
<label for=MQTT_DomoticzTopicIn_value1><class id="MQTT_DomoticzTopicIn_text" style="color:black;">Domoticz in topic</class></label>
</td>
<td>
<input type="text" id="MQTT_DomoticzTopicIn_value1">
</td>
<td>$TOOLTIP_MQTT_DomoticzTopicIn</td>
</tr>

<tr class="MQTTItem" style="margin-top:12px">
<td class="indent1" style="padding-top:25px" colspan="3">
<b>Parameter per number sequence:</b>
Expand Down

0 comments on commit 46a2dba

Please sign in to comment.