mqtt splitter flow

This commit is contained in:
2025-10-12 16:50:34 +02:00
parent a40b4e8ef1
commit c28f3ca075
4 changed files with 74 additions and 15 deletions

View File

@@ -467,7 +467,7 @@
},
"node-red-contrib-telegrambot": {
"name": "node-red-contrib-telegrambot",
"version": "16.3.2",
"version": "15.1.11",
"local": true,
"user": true,
"nodes": {
@@ -731,7 +731,7 @@
},
"node-red-node-email": {
"name": "node-red-node-email",
"version": "3.0.3",
"version": "0.1.29",
"local": true,
"user": true,
"nodes": {
@@ -739,8 +739,7 @@
"name": "email",
"types": [
"e-mail",
"e-mail in",
"e-mail mta"
"e-mail in"
],
"enabled": true,
"local": true,
@@ -768,5 +767,24 @@
"file": "/data/node_modules/node-red-node-ui-table/node.js"
}
}
},
"node-red-contrib-inspector": {
"name": "node-red-contrib-inspector",
"version": "1.0.1",
"local": true,
"user": true,
"nodes": {
"node-inspector": {
"name": "node-inspector",
"types": [
"node-inspector"
],
"enabled": true,
"local": true,
"user": false,
"module": "node-red-contrib-inspector",
"file": "/data/node_modules/node-red-contrib-inspector/node_inspector.js"
}
}
}
}