Merge pull request #11056 from irynamatveieva/hotfix/mqtt-node
Mqtt node: set rule node version
This commit is contained in:
commit
9e16594611
@ -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…
x
Reference in New Issue
Block a user