Update edit_config_param.html

Fixed some more Text.
This commit is contained in:
pixel::doc
2021-09-02 10:09:36 +02:00
committed by GitHub
parent 62447c1bb9
commit 5e9d9bd264

View File

@@ -533,9 +533,9 @@ textarea {
<input type="text" id="MQTT_MainTopic_value1"> <input type="text" id="MQTT_MainTopic_value1">
</td> </td>
<td style="font-size: 80%;"> <td style="font-size: 80%;">
MQTT main topic, under which the counters are published. The single value will be published with the following key: MAINTOPIC/VALUE_NAME/PARAMTER <br> MQTT main topic, under which the counters are published. The single value will be published with the following key: MAINTOPIC/VALUE_NAME/PARAMETER <br>
where parameters are: value, rate, timestamp, error<br> where parameters are: value, rate, timestamp, error<br>
The general connection status can be found in MAINTOPiC"/CONNECTION The general connection status can be found in MAINTOPIC/CONNECTION
</td> </td>
</tr> </tr>
<tr> <tr>
@@ -563,7 +563,7 @@ textarea {
<input type="text" id="MQTT_user_value1"> <input type="text" id="MQTT_user_value1">
</td> </td>
<td style="font-size: 80%;"> <td style="font-size: 80%;">
user for MQTT authentication User for MQTT authentication
</td> </td>
</tr> </tr>
<tr> <tr>
@@ -577,7 +577,7 @@ textarea {
<input type="text" id="MQTT_password_value1"> <input type="text" id="MQTT_password_value1">
</td> </td>
<td style="font-size: 80%;"> <td style="font-size: 80%;">
password for MQTT authentication Password for MQTT authentication
</td> </td>
</tr> </tr>