@gregoriusrippenstein/node-red-contrib-introspection 0.4.5 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,220 @@
1
+ [
2
+ {
3
+ "id": "dd3254cb6eb86b9d",
4
+ "type": "group",
5
+ "z": "2401c255b056e0e1",
6
+ "style": {
7
+ "stroke": "#999999",
8
+ "stroke-opacity": "1",
9
+ "fill": "none",
10
+ "fill-opacity": "1",
11
+ "label": true,
12
+ "label-position": "nw",
13
+ "color": "#a4a4a4"
14
+ },
15
+ "nodes": [
16
+ "82ab9691a6fa6305",
17
+ "b2fe6ad173a282cb",
18
+ "eeb2a86e885d8950",
19
+ "c89e89af7dc45512",
20
+ "f7d24a797738488c",
21
+ "2a5f7e2419fa5854",
22
+ "ea61e4074523f3b7",
23
+ "9dc3fdbc98812282"
24
+ ],
25
+ "x": 253,
26
+ "y": 231.5,
27
+ "w": 635,
28
+ "h": 349
29
+ },
30
+ {
31
+ "id": "82ab9691a6fa6305",
32
+ "type": "function",
33
+ "z": "2401c255b056e0e1",
34
+ "g": "dd3254cb6eb86b9d",
35
+ "name": "function 1",
36
+ "func": "\nreturn msg;",
37
+ "outputs": 1,
38
+ "noerr": 0,
39
+ "initialize": "",
40
+ "finalize": "",
41
+ "libs": [],
42
+ "x": 339,
43
+ "y": 292.5,
44
+ "wires": [
45
+ [
46
+ "ea61e4074523f3b7",
47
+ "b2fe6ad173a282cb"
48
+ ]
49
+ ]
50
+ },
51
+ {
52
+ "id": "b2fe6ad173a282cb",
53
+ "type": "switch",
54
+ "z": "2401c255b056e0e1",
55
+ "g": "dd3254cb6eb86b9d",
56
+ "name": "",
57
+ "property": "payload",
58
+ "propertyType": "msg",
59
+ "rules": [
60
+ {
61
+ "t": "eq",
62
+ "v": "",
63
+ "vt": "str"
64
+ }
65
+ ],
66
+ "checkall": "true",
67
+ "repair": false,
68
+ "outputs": 1,
69
+ "x": 371,
70
+ "y": 378.5,
71
+ "wires": [
72
+ [
73
+ "f7d24a797738488c",
74
+ "2a5f7e2419fa5854"
75
+ ]
76
+ ]
77
+ },
78
+ {
79
+ "id": "eeb2a86e885d8950",
80
+ "type": "change",
81
+ "z": "2401c255b056e0e1",
82
+ "g": "dd3254cb6eb86b9d",
83
+ "name": "",
84
+ "rules": [
85
+ {
86
+ "t": "set",
87
+ "p": "payload",
88
+ "pt": "msg",
89
+ "to": "",
90
+ "tot": "str"
91
+ }
92
+ ],
93
+ "action": "",
94
+ "property": "",
95
+ "from": "",
96
+ "to": "",
97
+ "reg": false,
98
+ "x": 572,
99
+ "y": 457.5,
100
+ "wires": [
101
+ [
102
+ "f7d24a797738488c",
103
+ "82ab9691a6fa6305",
104
+ "b2fe6ad173a282cb"
105
+ ]
106
+ ]
107
+ },
108
+ {
109
+ "id": "c89e89af7dc45512",
110
+ "type": "range",
111
+ "z": "2401c255b056e0e1",
112
+ "g": "dd3254cb6eb86b9d",
113
+ "minin": "1",
114
+ "maxin": "1",
115
+ "minout": "1",
116
+ "maxout": "1",
117
+ "action": "scale",
118
+ "round": false,
119
+ "property": "payload",
120
+ "name": "",
121
+ "x": 687,
122
+ "y": 539.5,
123
+ "wires": [
124
+ [
125
+ "f7d24a797738488c"
126
+ ]
127
+ ]
128
+ },
129
+ {
130
+ "id": "f7d24a797738488c",
131
+ "type": "template",
132
+ "z": "2401c255b056e0e1",
133
+ "g": "dd3254cb6eb86b9d",
134
+ "name": "",
135
+ "field": "payload",
136
+ "fieldType": "msg",
137
+ "format": "handlebars",
138
+ "syntax": "mustache",
139
+ "template": "This is the payload: {{payload}} !",
140
+ "output": "str",
141
+ "x": 599,
142
+ "y": 272.5,
143
+ "wires": [
144
+ [
145
+ "eeb2a86e885d8950",
146
+ "ea61e4074523f3b7"
147
+ ]
148
+ ]
149
+ },
150
+ {
151
+ "id": "2a5f7e2419fa5854",
152
+ "type": "delay",
153
+ "z": "2401c255b056e0e1",
154
+ "g": "dd3254cb6eb86b9d",
155
+ "name": "",
156
+ "pauseType": "delay",
157
+ "timeout": "5",
158
+ "timeoutUnits": "seconds",
159
+ "rate": "1",
160
+ "nbRateUnits": "1",
161
+ "rateUnits": "second",
162
+ "randomFirst": "1",
163
+ "randomLast": "5",
164
+ "randomUnits": "seconds",
165
+ "drop": false,
166
+ "allowrate": false,
167
+ "outputs": 1,
168
+ "x": 702,
169
+ "y": 337.5,
170
+ "wires": [
171
+ [
172
+ "b2fe6ad173a282cb"
173
+ ]
174
+ ]
175
+ },
176
+ {
177
+ "id": "ea61e4074523f3b7",
178
+ "type": "exec",
179
+ "z": "2401c255b056e0e1",
180
+ "g": "dd3254cb6eb86b9d",
181
+ "command": "",
182
+ "addpay": "",
183
+ "append": "",
184
+ "useSpawn": "false",
185
+ "timer": "",
186
+ "winHide": false,
187
+ "oldrc": false,
188
+ "name": "",
189
+ "x": 812,
190
+ "y": 404.5,
191
+ "wires": [
192
+ [],
193
+ [
194
+ "82ab9691a6fa6305"
195
+ ],
196
+ [
197
+ "c89e89af7dc45512"
198
+ ]
199
+ ]
200
+ },
201
+ {
202
+ "id": "9dc3fdbc98812282",
203
+ "type": "rbe",
204
+ "z": "2401c255b056e0e1",
205
+ "g": "dd3254cb6eb86b9d",
206
+ "name": "filter",
207
+ "func": "rbe",
208
+ "gap": "",
209
+ "start": "",
210
+ "inout": "out",
211
+ "septopics": true,
212
+ "property": "payload",
213
+ "topi": "topic",
214
+ "x": 574,
215
+ "y": 378.5,
216
+ "wires": [
217
+ []
218
+ ]
219
+ }
220
+ ]