mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
✨ Add mqtts to MQTT Node
This commit is contained in:
parent
9f94984926
commit
9ef13e96ac
|
@ -17,6 +17,10 @@ export class Mqtt implements ICredentialType {
|
|||
name: 'mqtt',
|
||||
value: 'mqtt',
|
||||
},
|
||||
{
|
||||
name: 'mqtts',
|
||||
value: 'mqtts',
|
||||
},
|
||||
{
|
||||
name: 'ws',
|
||||
value: 'ws',
|
||||
|
|
Loading…
Reference in a new issue