lib
lib:mqtt
MQTT connector
meta
| def | lib:mqtt |
|---|---|
| depends | lib:ph, lib:obs, lib:axon, lib:hx, lib:conn, lib:skyarc |
| is | lib |
| lib | lib:mqtt |
| version | 3.1.12 |
docs
tags
| mqttCertAlias |
Used on an |
|---|---|
| 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 |
| 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)
|
| 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 |
|---|