def

mqttConn

MQTT connector to an MQTT Broker.

meta

usage

supertypes

marker

Marker labels a dict with typing information

    entity

Top-level dicts with a unique identifier

        conn

Connector for communication to a remote system

tags

actorTimeout

Timeout for messages send to the connector's actor thread

connErr

Error message associated when connStatus indicates an error condition

connLinger

Linger timeout used to keep a connector open

connOpenRetryFreq

Duration used for connector open retries

connPingFreq

Duration used to configure the auto-ping feature on a given connector

connState

Current connection state of a connector as one of the predefined strings

connStatus

Current status of a connector as one of the predefined strings See Connectors

connTuningRef

Reference to a tuning configuration defined by a connTuning rec

dis

Display name for an entity

disabled

Indicates the entity is in a disabled state

id

Defines the unique identifier of an entity in system using a ref value type

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

mqttMaxRetry

How many times to retry sending messages that require acknowlegment

mqttRetryInterval

How long to wait between retries for messages that require acknowlegment

mqttVersion

MQTT protocol version

password

Manages password which is hashed/stored to the password store

uri

Universal resource identifier

username

Username for an authentication account