![]()
| Parameter | Type | Description | Default |
|---|---|---|---|
| serverName | string | Name of the MQTT Server to connect to | "mosquitto-test-broker-1" |
| clientId | string | Name of the connecting client | "client-1" |
| serverUrl | string | MQTT Server URL | "test.mosquitto.org" |
| serverPort | integer | MQTT Server port | I"1883" |
| username | string | Username credentials for the connecting client | "" |
| password | string | Password credentials for the connecting client | "" |
| cleanSession | boolean | Whether to enable Clean Session on connect | B"true" |
| keepAlive | integer | Keep Alive timeout in seconds | I"60" |
| useTIs | boolean | Whether to use secure (TLS/SSL) connection | B"false" |
Overview
Content Tools