[
{
"id": "9e75046f5f1c0aa5",
"type": "tab",
"label": "Flow 3",
"disabled": false,
"info": "",
"env": []
},
{
"id": "310ce090fd60a3ad",
"type": "file",
"z": "9e75046f5f1c0aa5",
"name": "",
"filename": "D:/NodeRed/Werte.json",
"filenameType": "str",
"appendNewline": false,
"createDir": false,
"overwriteFile": "true",
"encoding": "utf8",
"x": 1070,
"y": 240,
"wires": [
[
"47176142f051ed11"
]
]
},
{
"id": "d7de8e19954f4b8f",
"type": "file in",
"z": "9e75046f5f1c0aa5",
"name": "",
"filename": "D:/NodeRed/Werte.json",
"filenameType": "str",
"format": "utf8",
"chunk": false,
"sendError": false,
"encoding": "utf8",
"allProps": false,
"x": 570,
"y": 240,
"wires": [
[
"69e0138d6ef4b446"
]
]
},
{
"id": "47176142f051ed11",
"type": "debug",
"z": "9e75046f5f1c0aa5",
"name": "debug 35",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"statusVal": "",
"statusType": "auto",
"x": 1320,
"y": 240,
"wires": []
},
{
"id": "250cb94b595edf29",
"type": "inject",
"z": "9e75046f5f1c0aa5",
"name": "",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "{\"Wert1\":\"B\",\"Wert2\":\"Test\"}",
"payloadType": "str",
"x": 330,
"y": 240,
"wires": [
[
"d7de8e19954f4b8f"
]
]
},
{
"id": "69e0138d6ef4b446",
"type": "function",
"z": "9e75046f5f1c0aa5",
"name": "function 3",
"func": "\nreturn msg;",
"outputs": 1,
"noerr": 0,
"initialize": "",
"finalize": "",
"libs": [],
"x": 820,
"y": 240,
"wires": [
[
"310ce090fd60a3ad"
]
]
}
]