mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-13 05:47:31 -08:00
⚡ Add documentationUrl for MQTT Trigger
This commit is contained in:
parent
c123d44e17
commit
4e7714848f
|
@ -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