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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
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>.", |
|
|
|
|