mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
🔀 Merge branch 'master' of github.com:n8n-io/n8n
This commit is contained in:
commit
4cfd6c726c
|
@ -7,6 +7,7 @@ import {
|
||||||
export class Mqtt implements ICredentialType {
|
export class Mqtt implements ICredentialType {
|
||||||
name = 'mqtt';
|
name = 'mqtt';
|
||||||
displayName = 'MQTT';
|
displayName = 'MQTT';
|
||||||
|
documentationUrl = 'mqtt';
|
||||||
properties = [
|
properties = [
|
||||||
// The credentials to get from user and save encrypted.
|
// The credentials to get from user and save encrypted.
|
||||||
// Properties can be defined exactly in the same way
|
// Properties can be defined exactly in the same way
|
||||||
|
|
Loading…
Reference in a new issue