lib

lib:mqtt

MQTT connector

meta

docs

tags

mqttCertAlias

Used on an mqttConn to indicate which certificate and key pair to use for client authentication to the broker

mqttCleanSession

Whether to set the clean session flag on the connect request to the broker

mqttClientId

The client identifier to use when connecting to the broker

mqttConn

MQTT connector to an MQTT Broker

mqttConnRef

Used on a proxy point to reference its parent mqttConn

mqttMaxRetry

How many times to retry sending messages that require acknowlegment

mqttPoint

Point which synchronizes data via a MQTT connector

mqttQos

MQTT Quality of Service (QoS)

  • 0 - At most once (fire-and-forget)
  • 1 - At least once
  • 2 - Exactly once
mqttRetain

Set the retention flag on a published message

mqttRetryInterval

How long to wait between retries for messages that require acknowlegment

mqttVersion

MQTT protocol version

obsMqtt

Subscribe to MQTT connector published messages

obsMqttConnRef

Subscribe to the topic on this MQTT connector

obsMqttTopic

Receive published messages that match this filter

funcs

mqttPublish

Publish an MQTT message to the given topic on the broker