From 4e7714848f2737a4e096beefe014e6ad88abe819 Mon Sep 17 00:00:00 2001 From: Tanay Pant <7481165+tanay1337@users.noreply.github.com> Date: Mon, 14 Sep 2020 13:06:28 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20Add=20documentationUrl=20for=20MQTT?= =?UTF-8?q?=20Trigger?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/nodes-base/credentials/Mqtt.credentials.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/nodes-base/credentials/Mqtt.credentials.ts b/packages/nodes-base/credentials/Mqtt.credentials.ts index bcc419a524..7bdd12ad44 100644 --- a/packages/nodes-base/credentials/Mqtt.credentials.ts +++ b/packages/nodes-base/credentials/Mqtt.credentials.ts @@ -7,6 +7,7 @@ import { export class Mqtt implements ICredentialType { name = 'mqtt'; displayName = 'MQTT'; + documentationUrl = 'mqtt'; properties = [ // The credentials to get from user and save encrypted. // Properties can be defined exactly in the same way