Add documentationUrl for MQTT Trigger

This commit is contained in:
Tanay Pant 2020-09-14 13:06:28 +02:00 committed by GitHub
parent c123d44e17
commit 4e7714848f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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