smart-nodes 0.3.29 → 0.3.30

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,496 @@
1
+ [
2
+ {
3
+ "id": "9d9c978b675debee",
4
+ "type": "tab",
5
+ "label": "Counter",
6
+ "disabled": false,
7
+ "info": "",
8
+ "env": []
9
+ },
10
+ {
11
+ "id": "e688cfeb6611c84b",
12
+ "type": "smart_counter",
13
+ "z": "9d9c978b675debee",
14
+ "name": "",
15
+ "start": "2",
16
+ "step": 1,
17
+ "min": 0,
18
+ "max": 10,
19
+ "out_message": "{}",
20
+ "out_message_type": "null",
21
+ "save_state": false,
22
+ "resend_on_start": false,
23
+ "x": 340,
24
+ "y": 400,
25
+ "wires": [
26
+ [
27
+ "d4751bd39159215b"
28
+ ]
29
+ ]
30
+ },
31
+ {
32
+ "id": "981a467110229178",
33
+ "type": "inject",
34
+ "z": "9d9c978b675debee",
35
+ "name": "",
36
+ "props": [
37
+ {
38
+ "p": "topic",
39
+ "vt": "str"
40
+ }
41
+ ],
42
+ "repeat": "",
43
+ "crontab": "",
44
+ "once": false,
45
+ "onceDelay": 0.1,
46
+ "topic": "up",
47
+ "x": 90,
48
+ "y": 60,
49
+ "wires": [
50
+ [
51
+ "e688cfeb6611c84b"
52
+ ]
53
+ ]
54
+ },
55
+ {
56
+ "id": "d0fe44c296895bb4",
57
+ "type": "inject",
58
+ "z": "9d9c978b675debee",
59
+ "name": "",
60
+ "props": [
61
+ {
62
+ "p": "topic",
63
+ "vt": "str"
64
+ },
65
+ {
66
+ "p": "payload"
67
+ }
68
+ ],
69
+ "repeat": "",
70
+ "crontab": "",
71
+ "once": false,
72
+ "onceDelay": 0.1,
73
+ "topic": "up",
74
+ "payload": "1.5",
75
+ "payloadType": "num",
76
+ "x": 90,
77
+ "y": 100,
78
+ "wires": [
79
+ [
80
+ "e688cfeb6611c84b"
81
+ ]
82
+ ]
83
+ },
84
+ {
85
+ "id": "fb0d3b14cb350bac",
86
+ "type": "inject",
87
+ "z": "9d9c978b675debee",
88
+ "name": "",
89
+ "props": [
90
+ {
91
+ "p": "topic",
92
+ "vt": "str"
93
+ }
94
+ ],
95
+ "repeat": "",
96
+ "crontab": "",
97
+ "once": false,
98
+ "onceDelay": 0.1,
99
+ "topic": "down",
100
+ "x": 90,
101
+ "y": 200,
102
+ "wires": [
103
+ [
104
+ "e688cfeb6611c84b"
105
+ ]
106
+ ]
107
+ },
108
+ {
109
+ "id": "3ebc2099e2955079",
110
+ "type": "inject",
111
+ "z": "9d9c978b675debee",
112
+ "name": "",
113
+ "props": [
114
+ {
115
+ "p": "topic",
116
+ "vt": "str"
117
+ },
118
+ {
119
+ "p": "payload"
120
+ }
121
+ ],
122
+ "repeat": "",
123
+ "crontab": "",
124
+ "once": false,
125
+ "onceDelay": 0.1,
126
+ "topic": "down",
127
+ "payload": "1.5",
128
+ "payloadType": "num",
129
+ "x": 100,
130
+ "y": 240,
131
+ "wires": [
132
+ [
133
+ "e688cfeb6611c84b"
134
+ ]
135
+ ]
136
+ },
137
+ {
138
+ "id": "3ce443c4ac24ac14",
139
+ "type": "inject",
140
+ "z": "9d9c978b675debee",
141
+ "name": "",
142
+ "props": [
143
+ {
144
+ "p": "topic",
145
+ "vt": "str"
146
+ },
147
+ {
148
+ "p": "payload"
149
+ }
150
+ ],
151
+ "repeat": "",
152
+ "crontab": "",
153
+ "once": false,
154
+ "onceDelay": 0.1,
155
+ "topic": "up",
156
+ "payload": "2",
157
+ "payloadType": "num",
158
+ "x": 90,
159
+ "y": 140,
160
+ "wires": [
161
+ [
162
+ "e688cfeb6611c84b"
163
+ ]
164
+ ]
165
+ },
166
+ {
167
+ "id": "f1e7118e2776a3b5",
168
+ "type": "inject",
169
+ "z": "9d9c978b675debee",
170
+ "name": "",
171
+ "props": [
172
+ {
173
+ "p": "topic",
174
+ "vt": "str"
175
+ },
176
+ {
177
+ "p": "payload"
178
+ }
179
+ ],
180
+ "repeat": "",
181
+ "crontab": "",
182
+ "once": false,
183
+ "onceDelay": 0.1,
184
+ "topic": "down",
185
+ "payload": "2",
186
+ "payloadType": "num",
187
+ "x": 90,
188
+ "y": 280,
189
+ "wires": [
190
+ [
191
+ "e688cfeb6611c84b"
192
+ ]
193
+ ]
194
+ },
195
+ {
196
+ "id": "aca51576a155a17e",
197
+ "type": "inject",
198
+ "z": "9d9c978b675debee",
199
+ "name": "",
200
+ "props": [
201
+ {
202
+ "p": "topic",
203
+ "vt": "str"
204
+ }
205
+ ],
206
+ "repeat": "",
207
+ "crontab": "",
208
+ "once": false,
209
+ "onceDelay": 0.1,
210
+ "topic": "reset",
211
+ "x": 90,
212
+ "y": 340,
213
+ "wires": [
214
+ [
215
+ "e688cfeb6611c84b"
216
+ ]
217
+ ]
218
+ },
219
+ {
220
+ "id": "e20ea88652567f8b",
221
+ "type": "inject",
222
+ "z": "9d9c978b675debee",
223
+ "name": "",
224
+ "props": [
225
+ {
226
+ "p": "topic",
227
+ "vt": "str"
228
+ },
229
+ {
230
+ "p": "payload"
231
+ }
232
+ ],
233
+ "repeat": "",
234
+ "crontab": "",
235
+ "once": false,
236
+ "onceDelay": 0.1,
237
+ "topic": "reset",
238
+ "payload": "1.5",
239
+ "payloadType": "num",
240
+ "x": 100,
241
+ "y": 420,
242
+ "wires": [
243
+ [
244
+ "e688cfeb6611c84b"
245
+ ]
246
+ ]
247
+ },
248
+ {
249
+ "id": "a5bf6b4a5422e218",
250
+ "type": "inject",
251
+ "z": "9d9c978b675debee",
252
+ "name": "",
253
+ "props": [
254
+ {
255
+ "p": "topic",
256
+ "vt": "str"
257
+ },
258
+ {
259
+ "p": "payload"
260
+ }
261
+ ],
262
+ "repeat": "",
263
+ "crontab": "",
264
+ "once": false,
265
+ "onceDelay": 0.1,
266
+ "topic": "reset",
267
+ "payload": "99",
268
+ "payloadType": "num",
269
+ "x": 100,
270
+ "y": 460,
271
+ "wires": [
272
+ [
273
+ "e688cfeb6611c84b"
274
+ ]
275
+ ]
276
+ },
277
+ {
278
+ "id": "134cf7d0045dc970",
279
+ "type": "inject",
280
+ "z": "9d9c978b675debee",
281
+ "name": "",
282
+ "props": [
283
+ {
284
+ "p": "topic",
285
+ "vt": "str"
286
+ },
287
+ {
288
+ "p": "payload"
289
+ }
290
+ ],
291
+ "repeat": "",
292
+ "crontab": "",
293
+ "once": false,
294
+ "onceDelay": 0.1,
295
+ "topic": "reset",
296
+ "payload": "-20",
297
+ "payloadType": "num",
298
+ "x": 100,
299
+ "y": 380,
300
+ "wires": [
301
+ [
302
+ "e688cfeb6611c84b"
303
+ ]
304
+ ]
305
+ },
306
+ {
307
+ "id": "d4751bd39159215b",
308
+ "type": "debug",
309
+ "z": "9d9c978b675debee",
310
+ "name": "debug 69",
311
+ "active": true,
312
+ "tosidebar": true,
313
+ "console": false,
314
+ "tostatus": false,
315
+ "complete": "false",
316
+ "statusVal": "",
317
+ "statusType": "auto",
318
+ "x": 540,
319
+ "y": 400,
320
+ "wires": []
321
+ },
322
+ {
323
+ "id": "b482f484beca8147",
324
+ "type": "inject",
325
+ "z": "9d9c978b675debee",
326
+ "name": "",
327
+ "props": [
328
+ {
329
+ "p": "topic",
330
+ "vt": "str"
331
+ },
332
+ {
333
+ "p": "payload"
334
+ }
335
+ ],
336
+ "repeat": "",
337
+ "crontab": "",
338
+ "once": false,
339
+ "onceDelay": 0.1,
340
+ "topic": "set_min",
341
+ "payload": "1",
342
+ "payloadType": "num",
343
+ "x": 100,
344
+ "y": 520,
345
+ "wires": [
346
+ [
347
+ "e688cfeb6611c84b"
348
+ ]
349
+ ]
350
+ },
351
+ {
352
+ "id": "c5010817a050f00a",
353
+ "type": "inject",
354
+ "z": "9d9c978b675debee",
355
+ "name": "",
356
+ "props": [
357
+ {
358
+ "p": "topic",
359
+ "vt": "str"
360
+ },
361
+ {
362
+ "p": "payload"
363
+ }
364
+ ],
365
+ "repeat": "",
366
+ "crontab": "",
367
+ "once": false,
368
+ "onceDelay": 0.1,
369
+ "topic": "set_min",
370
+ "payload": "5",
371
+ "payloadType": "num",
372
+ "x": 100,
373
+ "y": 560,
374
+ "wires": [
375
+ [
376
+ "e688cfeb6611c84b"
377
+ ]
378
+ ]
379
+ },
380
+ {
381
+ "id": "acdebaad4d5ac676",
382
+ "type": "inject",
383
+ "z": "9d9c978b675debee",
384
+ "name": "",
385
+ "props": [
386
+ {
387
+ "p": "topic",
388
+ "vt": "str"
389
+ },
390
+ {
391
+ "p": "payload"
392
+ }
393
+ ],
394
+ "repeat": "",
395
+ "crontab": "",
396
+ "once": false,
397
+ "onceDelay": 0.1,
398
+ "topic": "set_max",
399
+ "payload": "10",
400
+ "payloadType": "num",
401
+ "x": 110,
402
+ "y": 620,
403
+ "wires": [
404
+ [
405
+ "e688cfeb6611c84b"
406
+ ]
407
+ ]
408
+ },
409
+ {
410
+ "id": "c84d97247ebee93d",
411
+ "type": "inject",
412
+ "z": "9d9c978b675debee",
413
+ "name": "",
414
+ "props": [
415
+ {
416
+ "p": "topic",
417
+ "vt": "str"
418
+ },
419
+ {
420
+ "p": "payload"
421
+ }
422
+ ],
423
+ "repeat": "",
424
+ "crontab": "",
425
+ "once": false,
426
+ "onceDelay": 0.1,
427
+ "topic": "set_max",
428
+ "payload": "15",
429
+ "payloadType": "num",
430
+ "x": 110,
431
+ "y": 660,
432
+ "wires": [
433
+ [
434
+ "e688cfeb6611c84b"
435
+ ]
436
+ ]
437
+ },
438
+ {
439
+ "id": "45b8638dc828680c",
440
+ "type": "inject",
441
+ "z": "9d9c978b675debee",
442
+ "name": "",
443
+ "props": [
444
+ {
445
+ "p": "topic",
446
+ "vt": "str"
447
+ },
448
+ {
449
+ "p": "payload"
450
+ }
451
+ ],
452
+ "repeat": "",
453
+ "crontab": "",
454
+ "once": false,
455
+ "onceDelay": 0.1,
456
+ "topic": "set_step",
457
+ "payload": "1",
458
+ "payloadType": "num",
459
+ "x": 100,
460
+ "y": 720,
461
+ "wires": [
462
+ [
463
+ "e688cfeb6611c84b"
464
+ ]
465
+ ]
466
+ },
467
+ {
468
+ "id": "aee3a2499977b9b6",
469
+ "type": "inject",
470
+ "z": "9d9c978b675debee",
471
+ "name": "",
472
+ "props": [
473
+ {
474
+ "p": "topic",
475
+ "vt": "str"
476
+ },
477
+ {
478
+ "p": "payload"
479
+ }
480
+ ],
481
+ "repeat": "",
482
+ "crontab": "",
483
+ "once": false,
484
+ "onceDelay": 0.1,
485
+ "topic": "set_step",
486
+ "payload": "2",
487
+ "payloadType": "num",
488
+ "x": 100,
489
+ "y": 760,
490
+ "wires": [
491
+ [
492
+ "e688cfeb6611c84b"
493
+ ]
494
+ ]
495
+ }
496
+ ]
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "smart-nodes",
3
- "version": "0.3.29",
3
+ "version": "0.3.30",
4
4
  "description": "Smart Nodes",
5
5
  "keywords": [
6
6
  "node-red",