Browse Source

Merge pull request #11056 from irynamatveieva/hotfix/mqtt-node

Mqtt node: set rule node version
pull/11069/head
Viacheslav Klimov 2 years ago
committed by GitHub
parent
commit
9e16594611
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      rule-engine/rule-engine-components/src/main/java/org/thingsboard/rule/engine/mqtt/TbMqttNode.java

1
rule-engine/rule-engine-components/src/main/java/org/thingsboard/rule/engine/mqtt/TbMqttNode.java

@ -53,6 +53,7 @@ import java.util.concurrent.TimeoutException;
type = ComponentType.EXTERNAL,
name = "mqtt",
configClazz = TbMqttNodeConfiguration.class,
version = 1,
clusteringMode = ComponentClusteringMode.USER_PREFERENCE,
nodeDescription = "Publish messages to the MQTT broker",
nodeDetails = "Will publish message payload to the MQTT broker with QoS <b>AT_LEAST_ONCE</b>.",

Loading…
Cancel
Save