|
|
@@ -533,9 +533,9 @@ textarea {
|
|
|
<input type="text" id="MQTT_MainTopic_value1">
|
|
|
</td>
|
|
|
<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>
|
|
|
- The general connection status can be found in MAINTOPiC"/CONNECTION
|
|
|
+ The general connection status can be found in MAINTOPIC/CONNECTION
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
@@ -563,7 +563,7 @@ textarea {
|
|
|
<input type="text" id="MQTT_user_value1">
|
|
|
</td>
|
|
|
<td style="font-size: 80%;">
|
|
|
- user for MQTT authentication
|
|
|
+ User for MQTT authentication
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
@@ -577,7 +577,7 @@ textarea {
|
|
|
<input type="text" id="MQTT_password_value1">
|
|
|
</td>
|
|
|
<td style="font-size: 80%;">
|
|
|
- password for MQTT authentication
|
|
|
+ Password for MQTT authentication
|
|
|
</td>
|
|
|
</tr>
|
|
|
|