Add MQTT & Trigger Node (#1705)

*  MQTT-Node

*  Small fix

*  Error when the publish method faile

*  Improvements

*  Improvements

*  Add Send Input Data parameter

*  Minor improvements

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
This commit is contained in:
Ricardo Espinoza
2021-04-30 21:23:25 -04:00
committed by GitHub
parent 0dd760f67d
commit 6c773d7a86
7 changed files with 259 additions and 22 deletions

View File

@@ -0,0 +1,21 @@
{
"node": "n8n-nodes-base.mqtt",
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": [
"Communication",
"Development"
],
"resources": {
"credentialDocumentation": [
{
"url": "https://docs.n8n.io/credentials/mqtt"
}
],
"primaryDocumentation": [
{
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.mqtt/"
}
]
}
}