-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathloop.json
117 lines (117 loc) · 2.49 KB
/
loop.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
112
113
114
115
116
117
[
{
"id": "596beda5.4a29fc",
"type": "inject",
"z": "3e28489d.522bc8",
"name": "",
"topic": "",
"payload": "",
"payloadType": "date",
"repeat": "",
"crontab": "",
"once": false,
"x": 140,
"y": 80,
"wires": [
[
"c3c15c1a.1bd448"
]
]
},
{
"id": "c3c15c1a.1bd448",
"type": "actionflows",
"z": "3e28489d.522bc8",
"info": "Describe your action API here.",
"untilproptype": "num",
"proptype": "msg",
"name": "action",
"prop": "loop",
"untilprop": "2",
"until": "gt",
"loop": "inc0",
"scope": "global",
"perf": false,
"seq": false,
"x": 330,
"y": 80,
"wires": [
[]
]
},
{
"id": "3d1eb128.6416e6",
"type": "actionflows_in",
"z": "3e28489d.522bc8",
"name": "action in",
"priority": "50",
"links": [],
"scope": "global",
"x": 160,
"y": 140,
"wires": [
[
"343e14d9.49de14"
]
]
},
{
"id": "a89ea39a.f9bf58",
"type": "actionflows_out",
"z": "3e28489d.522bc8",
"name": "action out",
"links": [],
"x": 520,
"y": 140,
"wires": []
},
{
"id": "343e14d9.49de14",
"type": "change",
"z": "3e28489d.522bc8",
"name": "",
"rules": [
{
"t": "set",
"p": "payload",
"pt": "msg",
"to": "Testing #",
"tot": "str"
},
{
"t": "change",
"p": "payload",
"pt": "msg",
"from": "#",
"fromt": "str",
"to": "loop",
"tot": "msg"
}
],
"action": "",
"property": "",
"from": "",
"to": "",
"reg": false,
"x": 340,
"y": 140,
"wires": [
[
"a89ea39a.f9bf58",
"8d58cc53.74aaf"
]
]
},
{
"id": "8d58cc53.74aaf",
"type": "debug",
"z": "3e28489d.522bc8",
"name": "",
"active": true,
"console": "false",
"complete": "false",
"x": 530,
"y": 80,
"wires": []
}
]