Erstes Frontend Layout erstellt.

This commit is contained in:
2026-06-16 22:00:41 +02:00
parent 7bc96f937e
commit fe0d85db55
8 changed files with 236 additions and 20 deletions
+93 -9
View File
@@ -173,11 +173,11 @@
"property": "payload",
"action": "",
"pretty": false,
"x": 1060,
"y": 600,
"x": 840,
"y": 880,
"wires": [
[
"426e46f53063d368"
"8f50bc0cb9009461"
]
]
},
@@ -213,11 +213,11 @@
"winHide": false,
"oldrc": false,
"name": "",
"x": 620,
"x": 540,
"y": 620,
"wires": [
[
"e8f1570441f300ee"
"dd3574493b97a5f4"
],
[
"444c29de997bd1b6"
@@ -237,8 +237,8 @@
"complete": "false",
"statusVal": "",
"statusType": "auto",
"x": 1320,
"y": 600,
"x": 1240,
"y": 620,
"wires": []
},
{
@@ -253,8 +253,92 @@
"complete": "false",
"statusVal": "",
"statusType": "auto",
"x": 1060,
"y": 720,
"x": 920,
"y": 700,
"wires": []
},
{
"id": "dd3574493b97a5f4",
"type": "file",
"z": "f6f2187d.f17ca8",
"name": "Write the new JSON object to cache",
"filename": "\"/data/results/\" & $env(\"JSON_CACHE\")",
"filenameType": "jsonata",
"appendNewline": true,
"createDir": false,
"overwriteFile": "true",
"encoding": "utf8",
"x": 970,
"y": 620,
"wires": [
[
"426e46f53063d368"
]
]
},
{
"id": "5c695a90a30b61d5",
"type": "file in",
"z": "f6f2187d.f17ca8",
"name": "Read cached json file",
"filename": "\"/data/results/\" & $env(\"JSON_CACHE\")",
"filenameType": "jsonata",
"format": "utf8",
"chunk": false,
"sendError": false,
"encoding": "utf8",
"allProps": false,
"x": 480,
"y": 880,
"wires": [
[
"e8f1570441f300ee"
]
]
},
{
"id": "6c8e4b6960b242ec",
"type": "inject",
"z": "f6f2187d.f17ca8",
"name": "",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "",
"payloadType": "date",
"x": 200,
"y": 880,
"wires": [
[
"5c695a90a30b61d5"
]
]
},
{
"id": "8f50bc0cb9009461",
"type": "debug",
"z": "f6f2187d.f17ca8",
"name": "debug 1",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"statusVal": "",
"statusType": "auto",
"x": 1120,
"y": 880,
"wires": []
},
{