This commit is contained in:
jomjol
2021-03-10 21:15:47 +01:00
parent 5cc873a6bb
commit fb9b72deea
10 changed files with 16 additions and 15 deletions

View File

@@ -487,7 +487,7 @@ textarea {
<input type="text" id="MQTT_Uri_value1">
</td>
<td style="font-size: 80%;">
URI to the MQTT broker including port: http:\\IP-ADRESS:port
URI to the MQTT broker including port e.g.: mqtt://IP-Address:Port
</td>
</tr>
<tr>
@@ -543,7 +543,7 @@ textarea {
<input type="text" id="MQTT_user_value1">
</td>
<td style="font-size: 80%;">
user for MQTT authenficiation
user for MQTT authentication
</td>
</tr>
<tr>
@@ -557,7 +557,7 @@ textarea {
<input type="text" id="MQTT_password_value1">
</td>
<td style="font-size: 80%;">
password for MQTT authenficiation
password for MQTT authentication
</td>
</tr>