mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Add sentence about clearing retained topic on mqtt
and use of administrator for ump on windows…
This commit is contained in:
@@ -133,7 +133,8 @@
|
||||
If it contains a binary Buffer the message will be published as-is.</p>
|
||||
<p>The topic used can be configured in the node or, if left blank, can be set by <code>msg.topic</code>.</p>
|
||||
<p>Likewise the QoS and retain values can be configured in the node or, if left
|
||||
blank, set by <code>msg.qos</code> and <code>msg.retain</code> respectively.</p>
|
||||
blank, set by <code>msg.qos</code> and <code>msg.retain</code> respectively. To clear a previously
|
||||
retained topic from the broker, send a blank message to that topic with the retain flag set.</p>
|
||||
<p>This node requires a connection to a MQTT broker to be configured. This is configured by clicking
|
||||
the pencil icon.</p>
|
||||
<p>Several MQTT nodes (in or out) can share the same broker connection if required.</p>
|
||||
|
Reference in New Issue
Block a user