-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflows.json
55 lines (55 loc) · 1.24 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
55
[
{
"id": "98f04e36.3a6d",
"type": "tab",
"label": "Flow 1",
"disabled": false,
"info": ""
},
{
"id": "ee116574.f1f048",
"type": "inject",
"z": "98f04e36.3a6d",
"name": "set startup message",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": true,
"onceDelay": 0.1,
"topic": "",
"payload": "The Node-red flow is successfully started if you see this message in the system console !",
"payloadType": "str",
"x": 180,
"y": 40,
"wires": [
[
"6c5aa1bc.4a843"
]
]
},
{
"id": "6c5aa1bc.4a843",
"type": "debug",
"z": "98f04e36.3a6d",
"name": "write startup message to console.",
"active": true,
"tosidebar": true,
"console": true,
"tostatus": false,
"complete": "payload",
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 470,
"y": 40,
"wires": []
}
]