mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +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:
		| @@ -48,7 +48,8 @@ | ||||
|     <dl class="message-properties"> | ||||
|        <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>, | ||||
|        <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> | ||||
|        <dd>For the <code>"subscribe"</code> and <code>"unsubscribe"</code> actions, this property | ||||
|            provides the topic. It can be set as either:<ul> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user