forked from binnes/Node-RED-Docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflows.json
54 lines (54 loc) · 1.08 KB
/
flows.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[
{
"id": "3af82246.3634ae",
"type": "tab",
"label": "Flow 1",
"disabled": false,
"info": ""
},
{
"id": "2f946db0ff0c90e5",
"type": "inject",
"z": "3af82246.3634ae",
"name": "",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "",
"payloadType": "date",
"x": 280,
"y": 100,
"wires": [
[
"fa7a49d55683230b"
]
]
},
{
"id": "fa7a49d55683230b",
"type": "debug",
"z": "3af82246.3634ae",
"name": "",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"statusVal": "",
"statusType": "auto",
"x": 450,
"y": 120,
"wires": []
}
]