|
|
|
|
@@ -10,6 +10,12 @@ thing-type.mqtt.broker.description = A connection to a MQTT broker
|
|
|
|
|
|
|
|
|
|
# thing types config
|
|
|
|
|
|
|
|
|
|
thing-type.config.mqtt.broker.birthMessage.label = Birth Message
|
|
|
|
|
thing-type.config.mqtt.broker.birthMessage.description = The message to send to the broker when a connection is established.
|
|
|
|
|
thing-type.config.mqtt.broker.birthRetain.label = Birth Message Retain
|
|
|
|
|
thing-type.config.mqtt.broker.birthRetain.description = True if the birth message should be retained (defaults to true)
|
|
|
|
|
thing-type.config.mqtt.broker.birthTopic.label = Birth Topic
|
|
|
|
|
thing-type.config.mqtt.broker.birthTopic.description = Defaults to empty and therefore disables the birth message.
|
|
|
|
|
thing-type.config.mqtt.broker.certificate.label = Certificate Hash
|
|
|
|
|
thing-type.config.mqtt.broker.certificate.description = If **certificatepin** is set this hash is used to verify the connection. Clear to allow a new certificate pinning on the next connection attempt. If empty will be filled automatically by the next successful connection. An example input would be `SHA-256:83F9171E06A313118889F7D79302BD1B7A2042EE0CFD029ABF8DD06FFA6CD9D3`.
|
|
|
|
|
thing-type.config.mqtt.broker.certificatepin.label = Certificate Pinning
|
|
|
|
|
@@ -49,6 +55,12 @@ thing-type.config.mqtt.broker.reconnectTime.label = Reconnect Time
|
|
|
|
|
thing-type.config.mqtt.broker.reconnectTime.description = Reconnect time in ms. If a connection is lost, the binding will wait this time before it tries to reconnect.
|
|
|
|
|
thing-type.config.mqtt.broker.secure.label = Secure Connection
|
|
|
|
|
thing-type.config.mqtt.broker.secure.description = Uses TLS/SSL to establish a secure connection to the broker.
|
|
|
|
|
thing-type.config.mqtt.broker.shutdownMessage.label = Shutdown Message
|
|
|
|
|
thing-type.config.mqtt.broker.shutdownMessage.description = The message to send to the broker before the connection terminates.
|
|
|
|
|
thing-type.config.mqtt.broker.shutdownRetain.label = Shutdown Message Retain
|
|
|
|
|
thing-type.config.mqtt.broker.shutdownRetain.description = True if the shutdown message should be retained (defaults to true)
|
|
|
|
|
thing-type.config.mqtt.broker.shutdownTopic.label = Shutdown Topic
|
|
|
|
|
thing-type.config.mqtt.broker.shutdownTopic.description = Defaults to empty and therefore disables the shutdown message.
|
|
|
|
|
thing-type.config.mqtt.broker.username.label = Username
|
|
|
|
|
thing-type.config.mqtt.broker.username.description = The MQTT username
|
|
|
|
|
|
|
|
|
|
@@ -75,6 +87,4 @@ actionInputRetainDesc = Retain message
|
|
|
|
|
actionLabel = publish an MQTT message
|
|
|
|
|
actionDesc = Publishes a value to the given MQTT topic.
|
|
|
|
|
offline.notextualconfig = The system connection with the name {0} doesn't exist anymore.
|
|
|
|
|
offline.dyninsteadoftextual = A binding owned connection was found instead of a system connection for the broker name: {0}.
|
|
|
|
|
offline.textualinsteadofdny = A system connection was found instead of a dynamic connection for the broker name: {0}.
|
|
|
|
|
offline.sharedremoved = Another binding unexpectedly removed the internal broker connection.
|