From fa5e37993eb5c4fac20441590911204da2812cf0 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Tue, 1 Sep 2015 22:30:15 +0100 Subject: [PATCH] Update mqtt node options to include will/cleansession/keepalive --- nodes/core/io/10-mqtt.html | 192 +++++++++++++++++-------- nodes/core/io/10-mqtt.js | 75 +++++----- nodes/core/locales/en-US/messages.json | 26 +++- 3 files changed, 198 insertions(+), 95 deletions(-) diff --git a/nodes/core/io/10-mqtt.html b/nodes/core/io/10-mqtt.html index db6c759e2..23679b447 100644 --- a/nodes/core/io/10-mqtt.html +++ b/nodes/core/io/10-mqtt.html @@ -30,8 +30,6 @@

MQTT input node. Connects to a broker and subscribes to the specified topic. The topic may contain MQTT wildcards.

Outputs an object called msg containing msg.topic, msg.payload, msg.qos and msg.retain.

msg.payload is usually a string, but can also be a binary buffer.

-

If a secure connection is being used, certificate checking can be disabled to allow connections to brokers using a self signed or non-trusted CA certificate.

-

Compatibility mode allows connections to brokers which do not support the MQTT V3.1.1 standard.