Removing unused node

This commit is contained in:
Juan Manuel Grados Luyando 2023-02-28 19:42:43 +01:00
parent a83cf87ef0
commit 8672bb3fe2
2 changed files with 2 additions and 16 deletions

View File

@ -509,7 +509,7 @@
"type": "function", "type": "function",
"z": "f6f2187d.f17ca8", "z": "f6f2187d.f17ca8",
"name": "3dPrinter2Influx", "name": "3dPrinter2Influx",
"func": "return {\n payload: {\n device: String(msg.payload.device),\n unit: String(msg.payload.unit),\n value: Number(msg.payload.value)\n }\n};", "func": "return {\n payload: {\n device: String(msg.payload.device),\n unit: String(msg.payload.unit),\n measure: Number(msg.payload.value)\n }\n};",
"outputs": 1, "outputs": 1,
"noerr": 0, "noerr": 0,
"initialize": "", "initialize": "",

View File

@ -455,20 +455,6 @@
] ]
] ]
}, },
{
"id": "1f140270e13f73cd",
"type": "json",
"z": "f6f2187d.f17ca8",
"name": "",
"property": "payload",
"action": "",
"pretty": false,
"x": 370,
"y": 1220,
"wires": [
[]
]
},
{ {
"id": "688eeb4c8835fc6e", "id": "688eeb4c8835fc6e",
"type": "influxdb out", "type": "influxdb out",
@ -515,7 +501,7 @@
"initialize": "", "initialize": "",
"finalize": "", "finalize": "",
"libs": [], "libs": [],
"x": 540, "x": 460,
"y": 1260, "y": 1260,
"wires": [ "wires": [
[ [