mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-06 03:26:53 +03:00
Fix thermometer config (#3578)
* fix thermometer config * update note --------- Co-authored-by: CaCO3 <caco@ruinelli.ch>
This commit is contained in:
@@ -897,7 +897,7 @@
|
||||
|
||||
<tr style="margin-top:12px">
|
||||
<td class="indent1" style="padding-top:25px" colspan="3">
|
||||
<b>Parameter per number sequence:</b>
|
||||
<b>The following parameters are configurable individually for each number sequence:</b>
|
||||
<select
|
||||
style="font-weight: bold; margin-left:17px" id="Numbers_value1" onchange="numberChanged()">
|
||||
</select>
|
||||
@@ -1188,8 +1188,8 @@
|
||||
<option value="energy_mwh">Energymeter (Value: MWh, Rate: MW)</option>
|
||||
<option value="energy_gj">Energymeter (Value: GJ, Rate: GJ/h)</option>
|
||||
<option value="temperature_c">Thermometer (Value: °C, Rate: °C/min)</option>
|
||||
<option value="temperature_c">Thermometer (Value: °F, Rate: °F/min)</option>
|
||||
<option value="temperature_c">Thermometer (Value: K, Rate: K/min)</option>
|
||||
<option value="temperature_f">Thermometer (Value: °F, Rate: °F/min)</option>
|
||||
<option value="temperature_k">Thermometer (Value: K, Rate: K/min)</option>
|
||||
</select>
|
||||
</td>
|
||||
<td>$TOOLTIP_MQTT_MeterType</td>
|
||||
@@ -1208,7 +1208,7 @@
|
||||
|
||||
<tr class="MQTTItem" style="margin-top:12px">
|
||||
<td class="indent1" style="padding-top:25px" colspan="3">
|
||||
<b>Parameter per number sequence:</b>
|
||||
<b>The following parameters are configurable individually for each number sequence:</b>
|
||||
<select
|
||||
style="font-weight: bold; margin-left:17px" id="NumbersMQTTIdx_value1" onchange="numberMQTTIdxChanged()">
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user