Mqtt¶
Node: mqtt · Full type: n8n-nodes-base.mqtt · Version: 1
Credentials¶
mqtt (alias: @mqtt)
Parameters¶
| Parameter | Type | Default | Details |
|---|---|---|---|
topic |
string | "" | required |
sendInputData |
boolean | true | |
message |
string | "" | required |
options |
collection | {} | keys: qos, retain |
options children:
| Parameter | Type | Default | Details |
|---|---|---|---|
qos |
options | 0 | 0, 1, 2 |
retain |
boolean | false |