From 43b27ef9341c98d034aeccd14b56d95d4ee35c78 Mon Sep 17 00:00:00 2001 From: nruser Date: Sat, 8 Feb 2025 21:21:00 +0100 Subject: [PATCH] Initial Commit --- flows.json | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 55 insertions(+), 1 deletion(-) diff --git a/flows.json b/flows.json index 0637a08..47dcbac 100644 --- a/flows.json +++ b/flows.json @@ -1 +1,55 @@ -[] \ No newline at end of file +[ + { + "id": "27084be7aa8f9652", + "type": "tab", + "label": "Flow 1", + "disabled": false, + "info": "", + "env": [] + }, + { + "id": "98189df2ee850f46", + "type": "inject", + "z": "27084be7aa8f9652", + "name": "", + "props": [ + { + "p": "payload" + }, + { + "p": "topic", + "vt": "str" + } + ], + "repeat": "", + "crontab": "", + "once": false, + "onceDelay": 0.1, + "topic": "", + "payload": "", + "payloadType": "date", + "x": 160, + "y": 140, + "wires": [ + [ + "273cb9b8c3a73e8a" + ] + ] + }, + { + "id": "273cb9b8c3a73e8a", + "type": "debug", + "z": "27084be7aa8f9652", + "name": "debug 1", + "active": true, + "tosidebar": true, + "console": false, + "tostatus": false, + "complete": "false", + "statusVal": "", + "statusType": "auto", + "x": 380, + "y": 140, + "wires": [] + } +] \ No newline at end of file