Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


ParameterTypeDescription
Example
Default
serverNamestringName of the MQTT Server to connect to"mosquitto-test-broker-1"
clientIdstringName of the connecting client"client-1"
serverUrlstringMQTT Server URL"test.mosquitto.org"
serverPortintegerMQTT Server portI"1883"
usernamestringUsername credentials for the connecting client""
passwordstringPassword credentials for the connecting client""
cleanSessionbooleanWhether to enable Clean Session on connectB"true"
keepAliveintegerKeep Alive timeout in secondsI"60"
useTIsbooleanWhether to use secure (TLS/SSL) connectionB"false"