From a8ade083d4a3a1ad0b994f26122a6f7ca852b5d0 Mon Sep 17 00:00:00 2001 From: Dave C-J Date: Fri, 22 Aug 2014 12:42:07 +0100 Subject: [PATCH] Add QoS and Retain to the MQtt node options --- nodes/core/io/10-mqtt.html | 23 ++++++++++++++++++++--- nodes/core/io/10-mqtt.js | 12 +++++++++++- 2 files changed, 31 insertions(+), 4 deletions(-) diff --git a/nodes/core/io/10-mqtt.html b/nodes/core/io/10-mqtt.html index a1fc9f545..2ff5eb296 100644 --- a/nodes/core/io/10-mqtt.html +++ b/nodes/core/io/10-mqtt.html @@ -65,16 +65,31 @@ +
+ + +    Retain   +
+
Tip: Leave topic, qos or retain blank if you want to set them via msg properties.