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.