mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-12 16:10:30 +02:00
fix(MQTT Trigger Node): Fix typo (no-changelog) (#9304)
Co-authored-by: Garrit Franke <32395585+garritfra@users.noreply.github.com>
This commit is contained in:
parent
468c9c4f8f
commit
a93ae81fa4
|
|
@ -56,7 +56,7 @@ export class MqttTrigger implements INodeType {
|
|||
type: 'string',
|
||||
default: '',
|
||||
description:
|
||||
'Topics to subscribe to, multiple can be defined with comma. Wildcard characters are supported (+ - for single level and # - for multi level). By default all subscription used QoS=0. To set a different QoS, write the QoS desired after the topic preceded by a colom. For Example: topicA:1,topicB:2',
|
||||
'Topics to subscribe to, multiple can be defined with comma. Wildcard characters are supported (+ - for single level and # - for multi level). By default all subscription used QoS=0. To set a different QoS, write the QoS desired after the topic preceded by a colon. For Example: topicA:1,topicB:2',
|
||||
},
|
||||
{
|
||||
displayName: 'Options',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user