added missed version to the mqtt node
This commit is contained in:
parent
8e05dfd39a
commit
be2fb6d0b3
@ -53,6 +53,7 @@ import java.util.concurrent.TimeoutException;
|
|||||||
type = ComponentType.EXTERNAL,
|
type = ComponentType.EXTERNAL,
|
||||||
name = "mqtt",
|
name = "mqtt",
|
||||||
configClazz = TbMqttNodeConfiguration.class,
|
configClazz = TbMqttNodeConfiguration.class,
|
||||||
|
version = 1,
|
||||||
clusteringMode = ComponentClusteringMode.USER_PREFERENCE,
|
clusteringMode = ComponentClusteringMode.USER_PREFERENCE,
|
||||||
nodeDescription = "Publish messages to the MQTT broker",
|
nodeDescription = "Publish messages to the MQTT broker",
|
||||||
nodeDetails = "Will publish message payload to the MQTT broker with QoS <b>AT_LEAST_ONCE</b>.",
|
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