ParameterTypeDescriptionDefault
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"
  • No labels