Template:Networking rutos manual mqtt: Difference between revisions
Template:Networking rutos manual mqtt (view source)
Revision as of 14:42, 5 September 2023
, 5 September 2023→MQTT Publisher
Line 329: | Line 329: | ||
<b>Note</b>: this table has coloring scheme to indicate which fields can be seen with different configuration. | <b>Note</b>: this table has coloring scheme to indicate which fields can be seen with different configuration. | ||
[[File: | [[File:Networking_rutos_manual_mqtt_publisher_v2.png|border|class=tlt-border]] | ||
<table class="nd-mantable"> | <table class="nd-mantable"> | ||
Line 351: | Line 351: | ||
<td>integer [0..65535]; default: <b>1883</b></td> | <td>integer [0..65535]; default: <b>1883</b></td> | ||
<td>Broker's port number.</td> | <td>Broker's port number.</td> | ||
</tr> | |||
<tr> | |||
<td>Client ID</td> | |||
<td>string; default: <b>empty</b></td> | |||
<td>Client ID to send with the data. If empty, a random client ID will be generated.</td> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 356: | Line 361: | ||
<td>string; default: <b>none</b></td> | <td>string; default: <b>none</b></td> | ||
<td>Username used for authentication to the Broker.</td> | <td>Username used for authentication to the Broker.</td> | ||
</tr> | |||
<tr> | |||
<td>Require password</td> | |||
<td>check | uncheck; default: <b>Uncheck</b></td> | |||
<td>Requires password for authentication.</td> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 406: | Line 416: | ||
<td>string; default: <b>none</b></td> | <td>string; default: <b>none</b></td> | ||
<td>The identity of this client. May be used as the username depending on the server settings.</td> | <td>The identity of this client. May be used as the username depending on the server settings.</td> | ||
</tr> | |||
<tr> | |||
<td>Public topic prefix</td> | |||
<td>string; default: <b>empty</b></td> | |||
<td>Prefix of the topic to be used during publish. [[Monitoring_via_MQTT#How_MQTT_works|More information.]]</td> | |||
</tr> | |||
<tr> | |||
<td>Subscribe topic prefix</td> | |||
<td>string; default: <b>empty</b></td> | |||
<td>Prefix of the topic to be used during subscription. [[Monitoring_via_MQTT#How_MQTT_works|More information.]] </td> | |||
</tr> | </tr> | ||
</table> | </table> | ||
[[Category:{{{name}}} Services section]] | [[Category:{{{name}}} Services section]] |