-
Notifications
You must be signed in to change notification settings - Fork 1
/
example-flow.json
81 lines (81 loc) · 1.36 KB
/
example-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
[
{
"id": "b5d95c1d.92bec",
"type": "change",
"z": "84ec39fc.95fd58",
"name": "Set Array Values",
"rules": [
{
"t": "set",
"p": "payload",
"pt": "msg",
"to": "[\"item one\", \"item two\", \"item three\"]",
"tot": "json"
}
],
"action": "",
"property": "",
"from": "",
"to": "",
"reg": false,
"x": 260,
"y": 320,
"wires": [
[
"291b1022.18ce5"
]
]
},
{
"id": "99d0836f.ded99",
"type": "inject",
"z": "84ec39fc.95fd58",
"name": "",
"topic": "",
"payload": "",
"payloadType": "date",
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"x": 80,
"y": 320,
"wires": [
[
"b5d95c1d.92bec"
]
]
},
{
"id": "6dd3506.fd9bdb",
"type": "debug",
"z": "84ec39fc.95fd58",
"name": "",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"x": 690,
"y": 320,
"wires": []
},
{
"id": "291b1022.18ce5",
"type": "array-iterator",
"z": "84ec39fc.95fd58",
"name": "",
"input": "payload",
"inputType": "msg",
"outputType": "msg",
"output": "payload",
"repeat": false,
"x": 470,
"y": 320,
"wires": [
[
"6dd3506.fd9bdb"
]
]
}
]