-
Notifications
You must be signed in to change notification settings - Fork 4
/
flow.json
111 lines (111 loc) · 1.7 KB
/
flow.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
[
{
"id": "7002d70c.a61f28",
"type": "ui-upload",
"z": "64eedace.95536c",
"group": "27f0900d.f39298",
"title": "upload",
"name": "",
"order": 0,
"width": 0,
"height": 5,
"chunk": "1024",
"transfer": "text",
"x": 190,
"y": 220,
"wires": [
[
"bee114bf.4db708"
]
]
},
{
"id": "bee114bf.4db708",
"type": "chunks-to-lines",
"z": "64eedace.95536c",
"name": "",
"nblines": "1",
"decoder": "UTF-8",
"x": 380,
"y": 220,
"wires": [
[
"267c2710.c562f"
]
]
},
{
"id": "66522e42.8bcad8",
"type": "function",
"z": "64eedace.95536c",
"name": "Ready for next lines",
"func": "return { tick: true };",
"outputs": 1,
"noerr": 0,
"initialize": "",
"finalize": "",
"x": 820,
"y": 220,
"wires": [
[
"bee114bf.4db708"
]
]
},
{
"id": "267c2710.c562f",
"type": "function",
"z": "64eedace.95536c",
"name": "DoSomething",
"func": "return msg;",
"outputs": 1,
"noerr": 0,
"initialize": "",
"finalize": "",
"x": 580,
"y": 220,
"wires": [
[
"66522e42.8bcad8",
"74db3b64.0379ac"
]
]
},
{
"id": "74db3b64.0379ac",
"type": "debug",
"z": "64eedace.95536c",
"name": "",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "true",
"targetType": "full",
"statusVal": "",
"statusType": "auto",
"x": 770,
"y": 180,
"wires": []
},
{
"id": "27f0900d.f39298",
"type": "ui_group",
"z": "",
"name": "Default",
"tab": "28a2abb.2c733d4",
"order": 1,
"disp": true,
"width": "6",
"collapse": false
},
{
"id": "28a2abb.2c733d4",
"type": "ui_tab",
"z": "",
"name": "Home",
"icon": "dashboard",
"disabled": false,
"hidden": false
}
]