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

Mqtt node: set rule node version
This commit is contained in:
Viacheslav Klimov 2024-06-20 14:03:40 +03:00 committed by GitHub
commit 9e16594611
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>.",