Removing unused node
This commit is contained in:
parent
a83cf87ef0
commit
8672bb3fe2
|
@ -509,7 +509,7 @@
|
|||
"type": "function",
|
||||
"z": "f6f2187d.f17ca8",
|
||||
"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,
|
||||
"noerr": 0,
|
||||
"initialize": "",
|
||||
|
|
|
@ -455,20 +455,6 @@
|
|||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "1f140270e13f73cd",
|
||||
"type": "json",
|
||||
"z": "f6f2187d.f17ca8",
|
||||
"name": "",
|
||||
"property": "payload",
|
||||
"action": "",
|
||||
"pretty": false,
|
||||
"x": 370,
|
||||
"y": 1220,
|
||||
"wires": [
|
||||
[]
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "688eeb4c8835fc6e",
|
||||
"type": "influxdb out",
|
||||
|
@ -515,7 +501,7 @@
|
|||
"initialize": "",
|
||||
"finalize": "",
|
||||
"libs": [],
|
||||
"x": 540,
|
||||
"x": 460,
|
||||
"y": 1260,
|
||||
"wires": [
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue