### Option: Plugins.MQTT.Timeout
# The maximum time (in seconds) for connections, disconnections and subscribtions.
# Default: global timeout
### Option: Plugins.MQTT.Sessions.*.Url
# Broker connection string. "*" should be replaced with a session name.
# Range: Must matches the URL format.
# Plugins.MQTT.Sessions.*.Url=
### Option: Plugins.MQTT.Sessions.*.Topic
# Topic to subscribe. "*" should be replaced with a session name.
# Range: Must matches the URL format.
# Plugins.MQTT.Sessions.*.Topic=
### Option: Plugins.MQTT.Sessions.*.User
# Username to be used for MQTT authentication. "*" should be replaced with a session name.
# Plugins.MQTT.Sessions.*.User=
### Option: Plugins.MQTT.Sessions.*.Password
# Password to be used for MQTT authentication. "*" should be replaced with a session name.
# Plugins.MQTT.Sessions.*.Password=
### Option: Plugins.MQTT.Sessions.*.TLSCAFile
# Full pathname of a file containing the top-level CA(s) certificates for MQTT
# peer certificate verification.
# Plugins.MQTT.Sessions.*.TLSCAFile=
### Option: Plugins.MQTT.Sessions.*.TLSCertFile
# Full pathname of a file containing the MQTT certificate or certificate chain.
# Plugins.MQTT.Sessions.*.TLSCertFile=
### Option: Plugins.MQTT.Sessions.*.TLSKeyFile
# Full pathname of a file containing the mysql private key.
# Plugins.MQTT.Sessions.*.TLSKeyFile=
### Option: Plugins.MQTT.Default.*.Url
# Broker connection string. "*" should be replaced with a session name.