mirror of
https://github.com/node-red/node-red
synced 2024-11-21 23:48:30 +00:00
missing getSubscriptions in the docs while its implemented
See: https://github.com/node-red/node-red/blob/master/packages/node_modules/%40node-red/nodes/core/network/10-mqtt.js#L1288
This commit is contained in:
parent
42382e1a03
commit
a7ee31307e
@ -48,7 +48,8 @@
|
|||||||
<dl class="message-properties">
|
<dl class="message-properties">
|
||||||
<dt>action <span class="property-type">string</span></dt>
|
<dt>action <span class="property-type">string</span></dt>
|
||||||
<dd>the name of the action the node should perform. Available actions are: <code>"connect"</code>,
|
<dd>the name of the action the node should perform. Available actions are: <code>"connect"</code>,
|
||||||
<code>"disconnect"</code>, <code>"subscribe"</code> and <code>"unsubscribe"</code>.</dd>
|
<code>"disconnect"</code>, <code>"getSubscriptions"</code>, <code>"subscribe"</code> and
|
||||||
|
<code>"unsubscribe"</code>.</dd>
|
||||||
<dt class="optional">topic <span class="property-type">string|object|array</span></dt>
|
<dt class="optional">topic <span class="property-type">string|object|array</span></dt>
|
||||||
<dd>For the <code>"subscribe"</code> and <code>"unsubscribe"</code> actions, this property
|
<dd>For the <code>"subscribe"</code> and <code>"unsubscribe"</code> actions, this property
|
||||||
provides the topic. It can be set as either:<ul>
|
provides the topic. It can be set as either:<ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user