@ncd-io/node-red-enterprise-sensors 1.0.3 → 1.0.4

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,2065 @@
1
+ [
2
+ {
3
+ "id": "91019fdea52bec6d",
4
+ "type": "subflow",
5
+ "name": "Machine Uptime",
6
+ "info": "",
7
+ "category": "NCD",
8
+ "in": [
9
+ {
10
+ "x": 80,
11
+ "y": 540,
12
+ "wires": [
13
+ {
14
+ "id": "cce08819dc096604"
15
+ }
16
+ ]
17
+ }
18
+ ],
19
+ "out": [],
20
+ "env": [],
21
+ "meta": {},
22
+ "color": "#3FADB5",
23
+ "icon": "font-awesome/fa-clock-o",
24
+ "status": {
25
+ "x": 660,
26
+ "y": 340,
27
+ "wires": [
28
+ {
29
+ "id": "7ce508476da5aad0",
30
+ "port": 0
31
+ }
32
+ ]
33
+ }
34
+ },
35
+ {
36
+ "id": "988fed6a17130659",
37
+ "type": "ui-text",
38
+ "z": "91019fdea52bec6d",
39
+ "group": "32b670ce2071788b",
40
+ "order": 1,
41
+ "width": 0,
42
+ "height": 0,
43
+ "name": "",
44
+ "label": "Digital Input 1 Counter",
45
+ "format": "{{msg.payload}}",
46
+ "layout": "col-center",
47
+ "style": true,
48
+ "font": "",
49
+ "fontSize": "23",
50
+ "color": "#ffffff",
51
+ "className": "text",
52
+ "x": 700,
53
+ "y": 460,
54
+ "wires": []
55
+ },
56
+ {
57
+ "id": "fb3edac1a58b7d77",
58
+ "type": "ui-template",
59
+ "z": "91019fdea52bec6d",
60
+ "group": "32b670ce2071788b",
61
+ "page": "",
62
+ "ui": "",
63
+ "name": "circular1 (master)",
64
+ "order": 2,
65
+ "width": "0",
66
+ "height": "0",
67
+ "head": "",
68
+ "format": "<template>\n <v-progress-circular class=\"circular2\" bg-color=\"#383838\" model-value=\"20\" :size=\"270\" :width=\"10\" color=\"yellow\" v-model=\"value\">\n <div class=\"text-center\">\n <div>\n <v-icon size=\"smaller\" color=\"yellow\" icon=\"mdi-numeric-1-box-outline\"></v-icon>\n <br>\n </div>\n <div>\n {{ msg.scale }}\n <br>\n Unit\n <br>\n </div>\n </div>\n </v-progress-circular>\n</template>\n<style>\n.circular2{\n font-size: 44px;\n font-weight: bold !important;\n top: -30px !important;\n left: 5px !important;\n}\n</style>",
69
+ "storeOutMessages": true,
70
+ "passthru": true,
71
+ "resendOnRefresh": true,
72
+ "templateScope": "local",
73
+ "className": "",
74
+ "x": 710,
75
+ "y": 500,
76
+ "wires": [
77
+ []
78
+ ]
79
+ },
80
+ {
81
+ "id": "c18585dc01292d64",
82
+ "type": "ui-text",
83
+ "z": "91019fdea52bec6d",
84
+ "group": "2bea7fde644b2465",
85
+ "order": 1,
86
+ "width": 0,
87
+ "height": 0,
88
+ "name": "",
89
+ "label": "Digital Input 1 Uptimer",
90
+ "format": "{{msg.payload}}",
91
+ "layout": "col-center",
92
+ "style": true,
93
+ "font": "",
94
+ "fontSize": "23",
95
+ "color": "#ffffff",
96
+ "className": "text",
97
+ "x": 1060,
98
+ "y": 460,
99
+ "wires": []
100
+ },
101
+ {
102
+ "id": "57845d5029a92342",
103
+ "type": "ui-template",
104
+ "z": "91019fdea52bec6d",
105
+ "group": "2bea7fde644b2465",
106
+ "page": "",
107
+ "ui": "",
108
+ "name": "circular2",
109
+ "order": 2,
110
+ "width": "2",
111
+ "height": "1",
112
+ "head": "",
113
+ "format": "<template>\n <v-progress-circular class=\"circular2\" bg-color=\"#383838\" model-value=\"20\" :size=\"270\" :width=\"10\" color=\"yellow\" v-model=\"value\">\n <div class=\"text-center\">\n <div>\n <v-icon size=\"smaller\" color=\"yellow\" icon=\"mdi-clock\"></v-icon>\n <br>\n <!-- <br> -->\n </div>\n <div>\n {{ msg.scale }}\n <br>\n <!-- <br> -->\n Sec\n <br>\n <!-- <br> -->\n </div>\n </div>\n </v-progress-circular>\n</template>",
114
+ "storeOutMessages": true,
115
+ "passthru": true,
116
+ "resendOnRefresh": true,
117
+ "templateScope": "local",
118
+ "className": "",
119
+ "x": 1100,
120
+ "y": 500,
121
+ "wires": [
122
+ []
123
+ ]
124
+ },
125
+ {
126
+ "id": "daa0cf30a55507ac",
127
+ "type": "ui-text",
128
+ "z": "91019fdea52bec6d",
129
+ "group": "8b17f15dd1d3ad8f",
130
+ "order": 1,
131
+ "width": 0,
132
+ "height": 0,
133
+ "name": "",
134
+ "label": "Digital Input 2 Counter",
135
+ "format": "{{msg.payload}}",
136
+ "layout": "col-center",
137
+ "style": true,
138
+ "font": "",
139
+ "fontSize": "23",
140
+ "color": "#ffffff",
141
+ "className": "text",
142
+ "x": 1400,
143
+ "y": 460,
144
+ "wires": []
145
+ },
146
+ {
147
+ "id": "8c8522b24bfc0d9c",
148
+ "type": "ui-template",
149
+ "z": "91019fdea52bec6d",
150
+ "group": "8b17f15dd1d3ad8f",
151
+ "page": "",
152
+ "ui": "",
153
+ "name": "circular3",
154
+ "order": 2,
155
+ "width": "2",
156
+ "height": "1",
157
+ "head": "",
158
+ "format": "<template>\n <v-progress-circular class=\"circular2\" bg-color=\"#383838\" model-value=\"20\" :size=\"270\" :width=\"10\" color=\"yellow\" v-model=\"value\">\n <div class=\"text-center\">\n <div>\n <v-icon size=\"smaller\" color=\"yellow\" icon=\"mdi-numeric-1-box-outline\"></v-icon>\n <br>\n <!-- <br> -->\n </div>\n <div>\n {{ msg.scale }}\n <br>\n <!-- <br> -->\n Unit\n <br>\n <!-- <br> -->\n </div>\n </div>\n </v-progress-circular>\n</template>",
159
+ "storeOutMessages": true,
160
+ "passthru": true,
161
+ "resendOnRefresh": true,
162
+ "templateScope": "local",
163
+ "className": "",
164
+ "x": 1440,
165
+ "y": 500,
166
+ "wires": [
167
+ []
168
+ ]
169
+ },
170
+ {
171
+ "id": "be4aef208d423213",
172
+ "type": "ui-text",
173
+ "z": "91019fdea52bec6d",
174
+ "group": "5523dce91f05076b",
175
+ "order": 1,
176
+ "width": 0,
177
+ "height": 0,
178
+ "name": "",
179
+ "label": "Digital Input 2 Uptimer",
180
+ "format": "{{msg.payload}}",
181
+ "layout": "col-center",
182
+ "style": true,
183
+ "font": "",
184
+ "fontSize": "23",
185
+ "color": "#ffffff",
186
+ "className": "text",
187
+ "x": 1760,
188
+ "y": 460,
189
+ "wires": []
190
+ },
191
+ {
192
+ "id": "70e7eca1b74cb66c",
193
+ "type": "ui-template",
194
+ "z": "91019fdea52bec6d",
195
+ "group": "5523dce91f05076b",
196
+ "page": "",
197
+ "ui": "",
198
+ "name": "circular4",
199
+ "order": 2,
200
+ "width": "2",
201
+ "height": "1",
202
+ "head": "",
203
+ "format": "<template>\n <v-progress-circular bg-color=\"#383838\" class=\"circular2\" model-value=\"20\" :size=\"270\" :width=\"10\" color=\"yellow\" v-model=\"value\">\n <div class=\"text-center\">\n <div>\n <v-icon size=\"smaller\" color=\"yellow\" icon=\"mdi-clock\"></v-icon>\n <br>\n <!-- <br> -->\n </div>\n <div>\n {{ msg.scale }}\n <br>\n <!-- <br> -->\n Sec\n <br>\n <!-- <br> -->\n </div>\n </div>\n </v-progress-circular>\n</template>",
204
+ "storeOutMessages": true,
205
+ "passthru": true,
206
+ "resendOnRefresh": true,
207
+ "templateScope": "local",
208
+ "className": "",
209
+ "x": 1800,
210
+ "y": 500,
211
+ "wires": [
212
+ []
213
+ ]
214
+ },
215
+ {
216
+ "id": "138aa2d80b2d110c",
217
+ "type": "ui-text",
218
+ "z": "91019fdea52bec6d",
219
+ "group": "27ea0ec3f151e6c0",
220
+ "order": 1,
221
+ "width": 0,
222
+ "height": 0,
223
+ "name": "",
224
+ "label": "Digital Input 3 Counter",
225
+ "format": "{{msg.payload}}",
226
+ "layout": "col-center",
227
+ "style": true,
228
+ "font": "",
229
+ "fontSize": "23",
230
+ "color": "#ffffff",
231
+ "className": "text",
232
+ "x": 2100,
233
+ "y": 460,
234
+ "wires": []
235
+ },
236
+ {
237
+ "id": "a1405b441adc9866",
238
+ "type": "ui-template",
239
+ "z": "91019fdea52bec6d",
240
+ "group": "27ea0ec3f151e6c0",
241
+ "page": "",
242
+ "ui": "",
243
+ "name": "circular5",
244
+ "order": 2,
245
+ "width": "2",
246
+ "height": "1",
247
+ "head": "",
248
+ "format": "<template>\n <v-progress-circular class=\"circular2\" bg-color=\"#383838\" model-value=\"20\" :size=\"270\" :width=\"10\" color=\"yellow\" v-model=\"value\">\n <div class=\"text-center\">\n <div>\n <v-icon size=\"smaller\" color=\"yellow\" icon=\"mdi-numeric-1-box-outline\"></v-icon>\n <br>\n <!-- <br> -->\n </div>\n <div>\n {{ msg.scale }}\n <br>\n <!-- <br> -->\n Unit\n <br>\n <!-- <br> -->\n </div>\n </div>\n </v-progress-circular>\n</template>",
249
+ "storeOutMessages": true,
250
+ "passthru": true,
251
+ "resendOnRefresh": true,
252
+ "templateScope": "local",
253
+ "className": "",
254
+ "x": 2140,
255
+ "y": 500,
256
+ "wires": [
257
+ []
258
+ ]
259
+ },
260
+ {
261
+ "id": "72d320051d10cb80",
262
+ "type": "ui-text",
263
+ "z": "91019fdea52bec6d",
264
+ "group": "fe093469dea6bb18",
265
+ "order": 1,
266
+ "width": 0,
267
+ "height": 0,
268
+ "name": "",
269
+ "label": "Digital Input 3 Uptimer",
270
+ "format": "{{msg.payload}}",
271
+ "layout": "col-center",
272
+ "style": true,
273
+ "font": "",
274
+ "fontSize": "23",
275
+ "color": "#ffffff",
276
+ "className": "text",
277
+ "x": 2440,
278
+ "y": 460,
279
+ "wires": []
280
+ },
281
+ {
282
+ "id": "4e0b8f39e5a5639a",
283
+ "type": "ui-template",
284
+ "z": "91019fdea52bec6d",
285
+ "group": "fe093469dea6bb18",
286
+ "page": "",
287
+ "ui": "",
288
+ "name": "circular6",
289
+ "order": 2,
290
+ "width": "2",
291
+ "height": "1",
292
+ "head": "",
293
+ "format": "<template>\n <v-progress-circular class=\"circular2\" bg-color=\"#383838\" model-value=\"20\" :size=\"270\" :width=\"10\" color=\"yellow\" v-model=\"value\">\n <div class=\"text-center\">\n <div>\n <v-icon size=\"smaller\" color=\"yellow\" icon=\"mdi-clock\"></v-icon>\n <br>\n <!-- <br> -->\n </div>\n <div>\n {{ msg.scale }}\n <br>\n <!-- <br> -->\n Sec\n <br>\n <!-- <br> -->\n </div>\n </div>\n </v-progress-circular>\n</template>",
294
+ "storeOutMessages": true,
295
+ "passthru": true,
296
+ "resendOnRefresh": true,
297
+ "templateScope": "local",
298
+ "className": "",
299
+ "x": 2480,
300
+ "y": 500,
301
+ "wires": [
302
+ []
303
+ ]
304
+ },
305
+ {
306
+ "id": "3ca130bb7f783218",
307
+ "type": "ui-text",
308
+ "z": "91019fdea52bec6d",
309
+ "group": "41a82805c3af896c",
310
+ "order": 1,
311
+ "width": 0,
312
+ "height": 0,
313
+ "name": "",
314
+ "label": "Accelerometer Counter",
315
+ "format": "{{msg.payload}}",
316
+ "layout": "col-center",
317
+ "style": true,
318
+ "font": "",
319
+ "fontSize": "23",
320
+ "color": "#ffffff",
321
+ "className": "text",
322
+ "x": 630,
323
+ "y": 580,
324
+ "wires": []
325
+ },
326
+ {
327
+ "id": "faf9f09fec8d45c8",
328
+ "type": "ui-template",
329
+ "z": "91019fdea52bec6d",
330
+ "group": "41a82805c3af896c",
331
+ "page": "",
332
+ "ui": "",
333
+ "name": "circular7",
334
+ "order": 2,
335
+ "width": "2",
336
+ "height": "1",
337
+ "head": "",
338
+ "format": "<template>\n <v-progress-circular class=\"circular2\" bg-color=\"#383838\" model-value=\"20\" :size=\"270\" :width=\"10\" color=\"yellow\" v-model=\"value\">\n <div class=\"text-center\">\n <div>\n <v-icon size=\"larger\" color=\"yellow\" icon=\"mdi-pulse\"></v-icon>\n <br>\n <!-- <br> -->\n </div>\n <div>\n {{ msg.scale }}\n <br>\n <!-- <br> -->\n Unit\n <br>\n <!-- <br> -->\n </div>\n </div>\n </v-progress-circular>\n</template>",
339
+ "storeOutMessages": true,
340
+ "passthru": true,
341
+ "resendOnRefresh": true,
342
+ "templateScope": "local",
343
+ "className": "",
344
+ "x": 680,
345
+ "y": 620,
346
+ "wires": [
347
+ []
348
+ ]
349
+ },
350
+ {
351
+ "id": "a80bcc07d3c69b58",
352
+ "type": "ui-text",
353
+ "z": "91019fdea52bec6d",
354
+ "group": "0ff33a220e8025ea",
355
+ "order": 1,
356
+ "width": 0,
357
+ "height": 0,
358
+ "name": "",
359
+ "label": "Accelerometer Uptimer",
360
+ "format": "{{msg.payload}}",
361
+ "layout": "col-center",
362
+ "style": true,
363
+ "font": "",
364
+ "fontSize": "23",
365
+ "color": "#ffffff",
366
+ "className": "text",
367
+ "x": 1000,
368
+ "y": 580,
369
+ "wires": []
370
+ },
371
+ {
372
+ "id": "b8344cde21c96925",
373
+ "type": "ui-template",
374
+ "z": "91019fdea52bec6d",
375
+ "group": "0ff33a220e8025ea",
376
+ "page": "",
377
+ "ui": "",
378
+ "name": "circular8",
379
+ "order": 2,
380
+ "width": "2",
381
+ "height": "1",
382
+ "head": "",
383
+ "format": "<template>\n <v-progress-circular class=\"circular2\" bg-color=\"#383838\" model-value=\"20\" :size=\"270\" :width=\"10\" color=\"yellow\" v-model=\"value\">\n <div class=\"text-center\">\n <div>\n <v-icon size=\"smaller\" color=\"yellow\" icon=\"mdi-clock\"></v-icon>\n <br>\n <!-- <br> -->\n </div>\n <div>\n {{ msg.scale }}\n <br>\n <!-- <br> -->\n Sec\n <br>\n <!-- <br> -->\n </div>\n </div>\n </v-progress-circular>\n</template>",
384
+ "storeOutMessages": true,
385
+ "passthru": true,
386
+ "resendOnRefresh": true,
387
+ "templateScope": "local",
388
+ "className": "",
389
+ "x": 1040,
390
+ "y": 620,
391
+ "wires": [
392
+ []
393
+ ]
394
+ },
395
+ {
396
+ "id": "5c60755a587a3952",
397
+ "type": "ui-text",
398
+ "z": "91019fdea52bec6d",
399
+ "group": "84f9abfe81f3e191",
400
+ "order": 1,
401
+ "width": 0,
402
+ "height": 0,
403
+ "name": "",
404
+ "label": "Magnetometer Counter",
405
+ "format": "{{msg.payload}}",
406
+ "layout": "col-center",
407
+ "style": true,
408
+ "font": "",
409
+ "fontSize": "23",
410
+ "color": "#ffffff",
411
+ "className": "text",
412
+ "x": 1330,
413
+ "y": 580,
414
+ "wires": []
415
+ },
416
+ {
417
+ "id": "8ee46b0e01c97388",
418
+ "type": "ui-template",
419
+ "z": "91019fdea52bec6d",
420
+ "group": "84f9abfe81f3e191",
421
+ "page": "",
422
+ "ui": "",
423
+ "name": "circular9",
424
+ "order": 2,
425
+ "width": "2",
426
+ "height": "1",
427
+ "head": "",
428
+ "format": "<template>\n <v-progress-circular class=\"circular2\" bg-color=\"#383838\" model-value=\"20\" :size=\"270\" :width=\"10\" color=\"yellow\" v-model=\"value\">\n <div class=\"text-center\">\n <div>\n <v-icon size=\"smaller\" color=\"yellow\" icon=\"mdi-access-point\"></v-icon>\n <br>\n <!-- <br> -->\n </div>\n <div>\n {{ msg.scale }}\n <br>\n <!-- <br> -->\n Unit\n <br>\n <!-- <br> -->\n </div>\n </div>\n </v-progress-circular>\n</template>",
429
+ "storeOutMessages": true,
430
+ "passthru": true,
431
+ "resendOnRefresh": true,
432
+ "templateScope": "local",
433
+ "className": "",
434
+ "x": 1380,
435
+ "y": 620,
436
+ "wires": [
437
+ []
438
+ ]
439
+ },
440
+ {
441
+ "id": "5dda8c5929277f23",
442
+ "type": "ui-text",
443
+ "z": "91019fdea52bec6d",
444
+ "group": "1bd42e6c7d5dba1d",
445
+ "order": 1,
446
+ "width": 0,
447
+ "height": 0,
448
+ "name": "",
449
+ "label": "Magnetometer Uptimer",
450
+ "format": "{{msg.payload}}",
451
+ "layout": "col-center",
452
+ "style": true,
453
+ "font": "",
454
+ "fontSize": "23",
455
+ "color": "#ffffff",
456
+ "className": "text",
457
+ "x": 1700,
458
+ "y": 580,
459
+ "wires": []
460
+ },
461
+ {
462
+ "id": "214e7d186ebc2610",
463
+ "type": "ui-template",
464
+ "z": "91019fdea52bec6d",
465
+ "group": "1bd42e6c7d5dba1d",
466
+ "page": "",
467
+ "ui": "",
468
+ "name": "circular10",
469
+ "order": 2,
470
+ "width": "2",
471
+ "height": "1",
472
+ "head": "",
473
+ "format": "<template>\n <v-progress-circular class=\"circular2\" bg-color=\"#383838\" model-value=\"20\" :size=\"270\" :width=\"10\" color=\"yellow\" v-model=\"value\">\n <div class=\"text-center\">\n <div>\n <v-icon size=\"smaller\" color=\"yellow\" icon=\"mdi-clock\"></v-icon>\n <br>\n <!-- <br> -->\n </div>\n <div>\n {{ msg.scale }}\n <br>\n <!-- <br> -->\n Sec\n <br>\n <!-- <br> -->\n </div>\n </div>\n </v-progress-circular>\n</template>",
474
+ "storeOutMessages": true,
475
+ "passthru": true,
476
+ "resendOnRefresh": true,
477
+ "templateScope": "local",
478
+ "className": "",
479
+ "x": 1740,
480
+ "y": 620,
481
+ "wires": [
482
+ []
483
+ ]
484
+ },
485
+ {
486
+ "id": "328d57b5f63a8f5b",
487
+ "type": "ui-text",
488
+ "z": "91019fdea52bec6d",
489
+ "group": "8efbb7965d5e098c",
490
+ "order": 1,
491
+ "width": 0,
492
+ "height": 0,
493
+ "name": "",
494
+ "label": "Battery Level",
495
+ "format": "{{msg.payload}}",
496
+ "layout": "col-center",
497
+ "style": true,
498
+ "font": "",
499
+ "fontSize": "23",
500
+ "color": "#ffffff",
501
+ "className": "text",
502
+ "x": 2090,
503
+ "y": 560,
504
+ "wires": []
505
+ },
506
+ {
507
+ "id": "89a4b9f891500d97",
508
+ "type": "ui-template",
509
+ "z": "91019fdea52bec6d",
510
+ "group": "8efbb7965d5e098c",
511
+ "page": "",
512
+ "ui": "",
513
+ "name": "circular12",
514
+ "order": 2,
515
+ "width": "2",
516
+ "height": "1",
517
+ "head": "",
518
+ "format": "<template>\n <v-progress-circular class=\"circular2\" bg-color=\"#383838\" model-value=\"20\" :size=\"270\" :width=\"10\" color=\"yellow\" v-model=\"value\">\n <div class=\"text-center\">\n <div>\n <v-icon size=\"smaller\" color=\"yellow\" icon=\"mdi-battery-charging-60\"></v-icon>\n <br>\n <!-- <br> -->\n </div>\n <div>\n {{ msg.payload.toFixed(2)}}\n <br>\n <!-- <br> -->\n %\n <br>\n <!-- <br> -->\n </div>\n </div>\n </v-progress-circular>\n</template>",
519
+ "storeOutMessages": true,
520
+ "passthru": true,
521
+ "resendOnRefresh": true,
522
+ "templateScope": "local",
523
+ "className": "",
524
+ "x": 2080,
525
+ "y": 600,
526
+ "wires": [
527
+ []
528
+ ]
529
+ },
530
+ {
531
+ "id": "260d113d14b38bae",
532
+ "type": "ui-chart",
533
+ "z": "91019fdea52bec6d",
534
+ "group": "1f45ebd971768bdb",
535
+ "name": "",
536
+ "label": "",
537
+ "order": 2,
538
+ "chartType": "line",
539
+ "category": "topic",
540
+ "categoryType": "msg",
541
+ "xAxisLabel": "",
542
+ "xAxisProperty": "",
543
+ "xAxisPropertyType": "msg",
544
+ "xAxisType": "time",
545
+ "xAxisFormat": "",
546
+ "xAxisFormatType": "auto",
547
+ "yAxisLabel": "",
548
+ "yAxisProperty": "",
549
+ "ymin": "",
550
+ "ymax": "",
551
+ "action": "append",
552
+ "pointShape": "circle",
553
+ "pointRadius": "2",
554
+ "showLegend": false,
555
+ "removeOlder": 1,
556
+ "removeOlderUnit": "3600",
557
+ "removeOlderPoints": "30",
558
+ "colors": [
559
+ "#fbff00",
560
+ "#eeff00",
561
+ "#ff7f0e",
562
+ "#2ca02c",
563
+ "#98df8a",
564
+ "#d62728",
565
+ "#ff9896",
566
+ "#9467bd",
567
+ "#c5b0d5"
568
+ ],
569
+ "width": "8",
570
+ "height": "5",
571
+ "className": "char",
572
+ "x": 2100,
573
+ "y": 680,
574
+ "wires": [
575
+ []
576
+ ]
577
+ },
578
+ {
579
+ "id": "a856dd4f4b77df25",
580
+ "type": "change",
581
+ "z": "91019fdea52bec6d",
582
+ "name": "",
583
+ "rules": [
584
+ {
585
+ "t": "set",
586
+ "p": "payload",
587
+ "pt": "msg",
588
+ "to": "payload.accelerometer_counter",
589
+ "tot": "msg"
590
+ },
591
+ {
592
+ "t": "set",
593
+ "p": "scale",
594
+ "pt": "msg",
595
+ "to": "payload",
596
+ "tot": "msg"
597
+ }
598
+ ],
599
+ "action": "",
600
+ "property": "",
601
+ "from": "",
602
+ "to": "",
603
+ "reg": false,
604
+ "x": 515,
605
+ "y": 620,
606
+ "wires": [
607
+ [
608
+ "d0200ef75f26033f"
609
+ ]
610
+ ],
611
+ "l": false
612
+ },
613
+ {
614
+ "id": "989c92875faac4d8",
615
+ "type": "link in",
616
+ "z": "91019fdea52bec6d",
617
+ "name": "link in 1",
618
+ "links": [
619
+ "308f73c16a0cf14c"
620
+ ],
621
+ "x": 465,
622
+ "y": 620,
623
+ "wires": [
624
+ [
625
+ "a856dd4f4b77df25"
626
+ ]
627
+ ]
628
+ },
629
+ {
630
+ "id": "d0200ef75f26033f",
631
+ "type": "range",
632
+ "z": "91019fdea52bec6d",
633
+ "minin": "0",
634
+ "maxin": "4294967295",
635
+ "minout": "0",
636
+ "maxout": "100",
637
+ "action": "scale",
638
+ "round": true,
639
+ "property": "payload",
640
+ "name": "",
641
+ "x": 565,
642
+ "y": 620,
643
+ "wires": [
644
+ [
645
+ "faf9f09fec8d45c8"
646
+ ]
647
+ ],
648
+ "l": false
649
+ },
650
+ {
651
+ "id": "61f6cbacc16f8ce3",
652
+ "type": "ui-text",
653
+ "z": "91019fdea52bec6d",
654
+ "group": "1f45ebd971768bdb",
655
+ "order": 1,
656
+ "width": 0,
657
+ "height": 0,
658
+ "name": "",
659
+ "label": "Battery Level History",
660
+ "format": "{{msg.payload}}",
661
+ "layout": "row-left",
662
+ "style": true,
663
+ "font": "",
664
+ "fontSize": "19",
665
+ "color": "#ffffff",
666
+ "className": "text",
667
+ "x": 2120,
668
+ "y": 640,
669
+ "wires": []
670
+ },
671
+ {
672
+ "id": "695b37c78034e706",
673
+ "type": "change",
674
+ "z": "91019fdea52bec6d",
675
+ "name": "",
676
+ "rules": [
677
+ {
678
+ "t": "set",
679
+ "p": "payload",
680
+ "pt": "msg",
681
+ "to": "payload.accelerometer_uptime",
682
+ "tot": "msg"
683
+ },
684
+ {
685
+ "t": "set",
686
+ "p": "scale",
687
+ "pt": "msg",
688
+ "to": "payload",
689
+ "tot": "msg"
690
+ }
691
+ ],
692
+ "action": "",
693
+ "property": "",
694
+ "from": "",
695
+ "to": "",
696
+ "reg": false,
697
+ "x": 885,
698
+ "y": 620,
699
+ "wires": [
700
+ [
701
+ "59d7c96c35a1d71a"
702
+ ]
703
+ ],
704
+ "l": false
705
+ },
706
+ {
707
+ "id": "1a052fce7f5c5cb8",
708
+ "type": "link in",
709
+ "z": "91019fdea52bec6d",
710
+ "name": "link in 6",
711
+ "links": [
712
+ "308f73c16a0cf14c"
713
+ ],
714
+ "x": 835,
715
+ "y": 620,
716
+ "wires": [
717
+ [
718
+ "695b37c78034e706"
719
+ ]
720
+ ]
721
+ },
722
+ {
723
+ "id": "59d7c96c35a1d71a",
724
+ "type": "range",
725
+ "z": "91019fdea52bec6d",
726
+ "minin": "0",
727
+ "maxin": "4294967295",
728
+ "minout": "0",
729
+ "maxout": "100",
730
+ "action": "scale",
731
+ "round": true,
732
+ "property": "payload",
733
+ "name": "",
734
+ "x": 935,
735
+ "y": 620,
736
+ "wires": [
737
+ [
738
+ "b8344cde21c96925"
739
+ ]
740
+ ],
741
+ "l": false
742
+ },
743
+ {
744
+ "id": "2f35f32f512ef87c",
745
+ "type": "change",
746
+ "z": "91019fdea52bec6d",
747
+ "name": "",
748
+ "rules": [
749
+ {
750
+ "t": "set",
751
+ "p": "payload",
752
+ "pt": "msg",
753
+ "to": "payload.digital_input_1_counter",
754
+ "tot": "msg"
755
+ },
756
+ {
757
+ "t": "set",
758
+ "p": "scale",
759
+ "pt": "msg",
760
+ "to": "payload",
761
+ "tot": "msg"
762
+ }
763
+ ],
764
+ "action": "",
765
+ "property": "",
766
+ "from": "",
767
+ "to": "",
768
+ "reg": false,
769
+ "x": 515,
770
+ "y": 500,
771
+ "wires": [
772
+ [
773
+ "bc47bdc0fd826b69"
774
+ ]
775
+ ],
776
+ "l": false
777
+ },
778
+ {
779
+ "id": "007c87ab2cd22d3f",
780
+ "type": "link in",
781
+ "z": "91019fdea52bec6d",
782
+ "name": "link in 7",
783
+ "links": [
784
+ "308f73c16a0cf14c"
785
+ ],
786
+ "x": 465,
787
+ "y": 500,
788
+ "wires": [
789
+ [
790
+ "2f35f32f512ef87c"
791
+ ]
792
+ ]
793
+ },
794
+ {
795
+ "id": "bc47bdc0fd826b69",
796
+ "type": "range",
797
+ "z": "91019fdea52bec6d",
798
+ "minin": "0",
799
+ "maxin": "4294967295",
800
+ "minout": "0",
801
+ "maxout": "100",
802
+ "action": "scale",
803
+ "round": true,
804
+ "property": "payload",
805
+ "name": "",
806
+ "x": 565,
807
+ "y": 500,
808
+ "wires": [
809
+ [
810
+ "fb3edac1a58b7d77"
811
+ ]
812
+ ],
813
+ "l": false
814
+ },
815
+ {
816
+ "id": "9a1315d3b2e2a918",
817
+ "type": "change",
818
+ "z": "91019fdea52bec6d",
819
+ "name": "",
820
+ "rules": [
821
+ {
822
+ "t": "set",
823
+ "p": "payload",
824
+ "pt": "msg",
825
+ "to": "payload.digital_input_1_uptime",
826
+ "tot": "msg"
827
+ },
828
+ {
829
+ "t": "set",
830
+ "p": "scale",
831
+ "pt": "msg",
832
+ "to": "payload",
833
+ "tot": "msg"
834
+ }
835
+ ],
836
+ "action": "",
837
+ "property": "",
838
+ "from": "",
839
+ "to": "",
840
+ "reg": false,
841
+ "x": 945,
842
+ "y": 500,
843
+ "wires": [
844
+ [
845
+ "0bd47f67d44a0c88"
846
+ ]
847
+ ],
848
+ "l": false
849
+ },
850
+ {
851
+ "id": "77118f5f108dff10",
852
+ "type": "link in",
853
+ "z": "91019fdea52bec6d",
854
+ "name": "link in 8",
855
+ "links": [
856
+ "308f73c16a0cf14c"
857
+ ],
858
+ "x": 895,
859
+ "y": 500,
860
+ "wires": [
861
+ [
862
+ "9a1315d3b2e2a918"
863
+ ]
864
+ ]
865
+ },
866
+ {
867
+ "id": "0bd47f67d44a0c88",
868
+ "type": "range",
869
+ "z": "91019fdea52bec6d",
870
+ "minin": "0",
871
+ "maxin": "4294967295",
872
+ "minout": "0",
873
+ "maxout": "100",
874
+ "action": "scale",
875
+ "round": true,
876
+ "property": "payload",
877
+ "name": "",
878
+ "x": 995,
879
+ "y": 500,
880
+ "wires": [
881
+ [
882
+ "57845d5029a92342"
883
+ ]
884
+ ],
885
+ "l": false
886
+ },
887
+ {
888
+ "id": "6df55ace9eaa6360",
889
+ "type": "change",
890
+ "z": "91019fdea52bec6d",
891
+ "name": "",
892
+ "rules": [
893
+ {
894
+ "t": "set",
895
+ "p": "payload",
896
+ "pt": "msg",
897
+ "to": "payload.magnetometer_counter",
898
+ "tot": "msg"
899
+ },
900
+ {
901
+ "t": "set",
902
+ "p": "scale",
903
+ "pt": "msg",
904
+ "to": "payload",
905
+ "tot": "msg"
906
+ }
907
+ ],
908
+ "action": "",
909
+ "property": "",
910
+ "from": "",
911
+ "to": "",
912
+ "reg": false,
913
+ "x": 1215,
914
+ "y": 620,
915
+ "wires": [
916
+ [
917
+ "e509ca3426612ca6"
918
+ ]
919
+ ],
920
+ "l": false
921
+ },
922
+ {
923
+ "id": "fc49d75c859b3437",
924
+ "type": "link in",
925
+ "z": "91019fdea52bec6d",
926
+ "name": "link in 9",
927
+ "links": [
928
+ "308f73c16a0cf14c"
929
+ ],
930
+ "x": 1165,
931
+ "y": 620,
932
+ "wires": [
933
+ [
934
+ "6df55ace9eaa6360"
935
+ ]
936
+ ]
937
+ },
938
+ {
939
+ "id": "e509ca3426612ca6",
940
+ "type": "range",
941
+ "z": "91019fdea52bec6d",
942
+ "minin": "0",
943
+ "maxin": "4294967295",
944
+ "minout": "0",
945
+ "maxout": "100",
946
+ "action": "scale",
947
+ "round": true,
948
+ "property": "payload",
949
+ "name": "",
950
+ "x": 1265,
951
+ "y": 620,
952
+ "wires": [
953
+ [
954
+ "8ee46b0e01c97388"
955
+ ]
956
+ ],
957
+ "l": false
958
+ },
959
+ {
960
+ "id": "c4dab9f32a78a045",
961
+ "type": "change",
962
+ "z": "91019fdea52bec6d",
963
+ "name": "",
964
+ "rules": [
965
+ {
966
+ "t": "set",
967
+ "p": "payload",
968
+ "pt": "msg",
969
+ "to": "payload.magnetometer_uptime",
970
+ "tot": "msg"
971
+ },
972
+ {
973
+ "t": "set",
974
+ "p": "scale",
975
+ "pt": "msg",
976
+ "to": "payload",
977
+ "tot": "msg"
978
+ }
979
+ ],
980
+ "action": "",
981
+ "property": "",
982
+ "from": "",
983
+ "to": "",
984
+ "reg": false,
985
+ "x": 1555,
986
+ "y": 620,
987
+ "wires": [
988
+ [
989
+ "a67b11a9cb66e3ef"
990
+ ]
991
+ ],
992
+ "l": false
993
+ },
994
+ {
995
+ "id": "10ebd2c6f0d80674",
996
+ "type": "link in",
997
+ "z": "91019fdea52bec6d",
998
+ "name": "link in 10",
999
+ "links": [
1000
+ "308f73c16a0cf14c"
1001
+ ],
1002
+ "x": 1505,
1003
+ "y": 620,
1004
+ "wires": [
1005
+ [
1006
+ "c4dab9f32a78a045"
1007
+ ]
1008
+ ]
1009
+ },
1010
+ {
1011
+ "id": "a67b11a9cb66e3ef",
1012
+ "type": "range",
1013
+ "z": "91019fdea52bec6d",
1014
+ "minin": "0",
1015
+ "maxin": "4294967295",
1016
+ "minout": "0",
1017
+ "maxout": "100",
1018
+ "action": "scale",
1019
+ "round": true,
1020
+ "property": "payload",
1021
+ "name": "65535",
1022
+ "x": 1605,
1023
+ "y": 620,
1024
+ "wires": [
1025
+ [
1026
+ "214e7d186ebc2610"
1027
+ ]
1028
+ ],
1029
+ "l": false
1030
+ },
1031
+ {
1032
+ "id": "4b74eed5480b8abe",
1033
+ "type": "change",
1034
+ "z": "91019fdea52bec6d",
1035
+ "name": "",
1036
+ "rules": [
1037
+ {
1038
+ "t": "set",
1039
+ "p": "payload",
1040
+ "pt": "msg",
1041
+ "to": "data.battery_percent",
1042
+ "tot": "msg"
1043
+ },
1044
+ {
1045
+ "t": "set",
1046
+ "p": "payload",
1047
+ "pt": "msg",
1048
+ "to": "$number(payload)",
1049
+ "tot": "jsonata"
1050
+ }
1051
+ ],
1052
+ "action": "",
1053
+ "property": "",
1054
+ "from": "",
1055
+ "to": "",
1056
+ "reg": false,
1057
+ "x": 1925,
1058
+ "y": 600,
1059
+ "wires": [
1060
+ [
1061
+ "89a4b9f891500d97",
1062
+ "260d113d14b38bae"
1063
+ ]
1064
+ ],
1065
+ "l": false
1066
+ },
1067
+ {
1068
+ "id": "b5a20e37b9ae4548",
1069
+ "type": "link in",
1070
+ "z": "91019fdea52bec6d",
1071
+ "name": "link in 12",
1072
+ "links": [
1073
+ "308f73c16a0cf14c"
1074
+ ],
1075
+ "x": 1875,
1076
+ "y": 600,
1077
+ "wires": [
1078
+ [
1079
+ "4b74eed5480b8abe"
1080
+ ]
1081
+ ]
1082
+ },
1083
+ {
1084
+ "id": "9adcf07ac2150c20",
1085
+ "type": "change",
1086
+ "z": "91019fdea52bec6d",
1087
+ "name": "",
1088
+ "rules": [
1089
+ {
1090
+ "t": "set",
1091
+ "p": "payload",
1092
+ "pt": "msg",
1093
+ "to": "payload.digital_input_2_counter",
1094
+ "tot": "msg"
1095
+ },
1096
+ {
1097
+ "t": "set",
1098
+ "p": "scale",
1099
+ "pt": "msg",
1100
+ "to": "payload",
1101
+ "tot": "msg"
1102
+ }
1103
+ ],
1104
+ "action": "",
1105
+ "property": "",
1106
+ "from": "",
1107
+ "to": "",
1108
+ "reg": false,
1109
+ "x": 1285,
1110
+ "y": 500,
1111
+ "wires": [
1112
+ [
1113
+ "29ee8b91df98beeb"
1114
+ ]
1115
+ ],
1116
+ "l": false
1117
+ },
1118
+ {
1119
+ "id": "1f5b131dbb72f1ee",
1120
+ "type": "link in",
1121
+ "z": "91019fdea52bec6d",
1122
+ "name": "link in 13",
1123
+ "links": [
1124
+ "308f73c16a0cf14c"
1125
+ ],
1126
+ "x": 1235,
1127
+ "y": 500,
1128
+ "wires": [
1129
+ [
1130
+ "9adcf07ac2150c20"
1131
+ ]
1132
+ ]
1133
+ },
1134
+ {
1135
+ "id": "29ee8b91df98beeb",
1136
+ "type": "range",
1137
+ "z": "91019fdea52bec6d",
1138
+ "minin": "0",
1139
+ "maxin": "4294967295",
1140
+ "minout": "0",
1141
+ "maxout": "100",
1142
+ "action": "scale",
1143
+ "round": true,
1144
+ "property": "payload",
1145
+ "name": "",
1146
+ "x": 1335,
1147
+ "y": 500,
1148
+ "wires": [
1149
+ [
1150
+ "8c8522b24bfc0d9c"
1151
+ ]
1152
+ ],
1153
+ "l": false
1154
+ },
1155
+ {
1156
+ "id": "d1d071c7a7c017e2",
1157
+ "type": "change",
1158
+ "z": "91019fdea52bec6d",
1159
+ "name": "",
1160
+ "rules": [
1161
+ {
1162
+ "t": "set",
1163
+ "p": "payload",
1164
+ "pt": "msg",
1165
+ "to": "payload.digital_input_2_uptime",
1166
+ "tot": "msg"
1167
+ },
1168
+ {
1169
+ "t": "set",
1170
+ "p": "scale",
1171
+ "pt": "msg",
1172
+ "to": "payload",
1173
+ "tot": "msg"
1174
+ }
1175
+ ],
1176
+ "action": "",
1177
+ "property": "",
1178
+ "from": "",
1179
+ "to": "",
1180
+ "reg": false,
1181
+ "x": 1645,
1182
+ "y": 500,
1183
+ "wires": [
1184
+ [
1185
+ "25b9a44279b5c460"
1186
+ ]
1187
+ ],
1188
+ "l": false
1189
+ },
1190
+ {
1191
+ "id": "52b1a116a4859b7c",
1192
+ "type": "link in",
1193
+ "z": "91019fdea52bec6d",
1194
+ "name": "link in 14",
1195
+ "links": [
1196
+ "308f73c16a0cf14c"
1197
+ ],
1198
+ "x": 1595,
1199
+ "y": 500,
1200
+ "wires": [
1201
+ [
1202
+ "d1d071c7a7c017e2"
1203
+ ]
1204
+ ]
1205
+ },
1206
+ {
1207
+ "id": "25b9a44279b5c460",
1208
+ "type": "range",
1209
+ "z": "91019fdea52bec6d",
1210
+ "minin": "0",
1211
+ "maxin": "4294967295",
1212
+ "minout": "0",
1213
+ "maxout": "100",
1214
+ "action": "scale",
1215
+ "round": true,
1216
+ "property": "payload",
1217
+ "name": "",
1218
+ "x": 1695,
1219
+ "y": 500,
1220
+ "wires": [
1221
+ [
1222
+ "70e7eca1b74cb66c"
1223
+ ]
1224
+ ],
1225
+ "l": false
1226
+ },
1227
+ {
1228
+ "id": "b222865d878d8a1d",
1229
+ "type": "change",
1230
+ "z": "91019fdea52bec6d",
1231
+ "name": "",
1232
+ "rules": [
1233
+ {
1234
+ "t": "set",
1235
+ "p": "payload",
1236
+ "pt": "msg",
1237
+ "to": "payload.digital_input_3_counter",
1238
+ "tot": "msg"
1239
+ },
1240
+ {
1241
+ "t": "set",
1242
+ "p": "scale",
1243
+ "pt": "msg",
1244
+ "to": "payload",
1245
+ "tot": "msg"
1246
+ }
1247
+ ],
1248
+ "action": "",
1249
+ "property": "",
1250
+ "from": "",
1251
+ "to": "",
1252
+ "reg": false,
1253
+ "x": 1985,
1254
+ "y": 500,
1255
+ "wires": [
1256
+ [
1257
+ "49495da135227c72"
1258
+ ]
1259
+ ],
1260
+ "l": false
1261
+ },
1262
+ {
1263
+ "id": "b071544e037b586f",
1264
+ "type": "link in",
1265
+ "z": "91019fdea52bec6d",
1266
+ "name": "link in 15",
1267
+ "links": [
1268
+ "308f73c16a0cf14c"
1269
+ ],
1270
+ "x": 1935,
1271
+ "y": 500,
1272
+ "wires": [
1273
+ [
1274
+ "b222865d878d8a1d"
1275
+ ]
1276
+ ]
1277
+ },
1278
+ {
1279
+ "id": "49495da135227c72",
1280
+ "type": "range",
1281
+ "z": "91019fdea52bec6d",
1282
+ "minin": "0",
1283
+ "maxin": "4294967295",
1284
+ "minout": "0",
1285
+ "maxout": "100",
1286
+ "action": "scale",
1287
+ "round": true,
1288
+ "property": "payload",
1289
+ "name": "",
1290
+ "x": 2035,
1291
+ "y": 500,
1292
+ "wires": [
1293
+ [
1294
+ "a1405b441adc9866"
1295
+ ]
1296
+ ],
1297
+ "l": false
1298
+ },
1299
+ {
1300
+ "id": "8c4f1d139bec77f3",
1301
+ "type": "change",
1302
+ "z": "91019fdea52bec6d",
1303
+ "name": "",
1304
+ "rules": [
1305
+ {
1306
+ "t": "set",
1307
+ "p": "payload",
1308
+ "pt": "msg",
1309
+ "to": "payload.digital_input_3_uptime",
1310
+ "tot": "msg"
1311
+ },
1312
+ {
1313
+ "t": "set",
1314
+ "p": "scale",
1315
+ "pt": "msg",
1316
+ "to": "payload",
1317
+ "tot": "msg"
1318
+ }
1319
+ ],
1320
+ "action": "",
1321
+ "property": "",
1322
+ "from": "",
1323
+ "to": "",
1324
+ "reg": false,
1325
+ "x": 2325,
1326
+ "y": 500,
1327
+ "wires": [
1328
+ [
1329
+ "03ab071b8dad9d4a"
1330
+ ]
1331
+ ],
1332
+ "l": false
1333
+ },
1334
+ {
1335
+ "id": "1c0b6b36200ec1b3",
1336
+ "type": "link in",
1337
+ "z": "91019fdea52bec6d",
1338
+ "name": "link in 16",
1339
+ "links": [
1340
+ "308f73c16a0cf14c"
1341
+ ],
1342
+ "x": 2275,
1343
+ "y": 500,
1344
+ "wires": [
1345
+ [
1346
+ "8c4f1d139bec77f3"
1347
+ ]
1348
+ ]
1349
+ },
1350
+ {
1351
+ "id": "03ab071b8dad9d4a",
1352
+ "type": "range",
1353
+ "z": "91019fdea52bec6d",
1354
+ "minin": "0",
1355
+ "maxin": "4294967295",
1356
+ "minout": "0",
1357
+ "maxout": "100",
1358
+ "action": "scale",
1359
+ "round": true,
1360
+ "property": "payload",
1361
+ "name": "",
1362
+ "x": 2375,
1363
+ "y": 500,
1364
+ "wires": [
1365
+ [
1366
+ "4e0b8f39e5a5639a"
1367
+ ]
1368
+ ],
1369
+ "l": false
1370
+ },
1371
+ {
1372
+ "id": "96a13b5bdd2dba6e",
1373
+ "type": "ui-template",
1374
+ "z": "91019fdea52bec6d",
1375
+ "g": "6c77e80257b608a8",
1376
+ "group": "",
1377
+ "page": "a86bc042451923a9",
1378
+ "ui": "",
1379
+ "name": "Style",
1380
+ "order": 0,
1381
+ "width": 0,
1382
+ "height": 0,
1383
+ "head": "",
1384
+ "format": ".nrdb-ui-group>.v-card {\n height: 322px;\n}\n.v-main {\n background-repeat: repeat;\n background-color:#352c2cc2;\n --v-layout-top: 0px !important;\n --v-layout-left: 181px !important;\n}\n.bg-group-background{\n background-color: rgba(2, 2, 2, 0.866) !important;\n border-color: #000000fe !important;\n}\n.v-toolbar{\n left: 12px !important;\n top: 119px !important;\n width: 68px !important;\n height: 62px !important;\n border-radius: 15px;\n background-color: rgb(5, 5, 5, 141) !important;\n}\n.v-navigation-drawer--left{\n top: 186px !important;\n height: 160px !important;\n border-radius: 15px;\n left: 12px !important;\n width: 167px !important;\n background-color: rgba(4, 4, 4, 0.653) !important;\n}\n.dummy .bg-group-background{\n background-color: #352c2c00 !important;\n border-color: #352c2c00 !important;\n}\n.text\n{\n top: -13px;\n left: -11px;\n position: relative;\n z-index: 2;\n width: 280px !important;\n font-weight: bold !important;\n \n}\n.char{\n position: relative;\n top: -40px;\n}\n.nrdb-ui-text{\n color: white !important;\n}\n.v-card-title {\n color: white;\n}\n.v-card-item {\n left: 234px;\n position: relative;\n top: -12px;\n}\n",
1385
+ "storeOutMessages": true,
1386
+ "passthru": false,
1387
+ "resendOnRefresh": true,
1388
+ "templateScope": "page:style",
1389
+ "className": "",
1390
+ "x": 1230,
1391
+ "y": 340,
1392
+ "wires": [
1393
+ []
1394
+ ]
1395
+ },
1396
+ {
1397
+ "id": "1a1ef5eec965761f",
1398
+ "type": "ui-template",
1399
+ "z": "91019fdea52bec6d",
1400
+ "g": "6c77e80257b608a8",
1401
+ "group": "",
1402
+ "page": "a86bc042451923a9",
1403
+ "ui": "",
1404
+ "name": "Logo",
1405
+ "order": 0,
1406
+ "width": 0,
1407
+ "height": 0,
1408
+ "head": "",
1409
+ "format": "<template>\n <a href=\"https://ncd.io/\" target=\"_blank\">\n <div class=\"logo2\">\n <v-chip label size=\"x-large\" :width=\"144\" color=\"white\" text=\"ncd.io\"></v-chip>\n </div>\n </a>\n</template>\n<style>\n.logo2 {\n transform: rotate(0deg);\n width: 130px;\n position: fixed;\n top: 13px;\n left: 12px;\n}\n.v-chip.v-chip--size-x-large {\n --v-chip-height: 89px;\n font-size: 2.125rem;\n font-family: system-ui;\n}\n.v-chip--variant-tonal .v-chip__underlay {\n border-radius: 15px !important;\n}\n</style>",
1410
+ "storeOutMessages": true,
1411
+ "passthru": true,
1412
+ "resendOnRefresh": true,
1413
+ "templateScope": "widget:page",
1414
+ "className": "",
1415
+ "x": 1110,
1416
+ "y": 340,
1417
+ "wires": [
1418
+ []
1419
+ ]
1420
+ },
1421
+ {
1422
+ "id": "2688b9ebf5e1f887",
1423
+ "type": "ui-template",
1424
+ "z": "91019fdea52bec6d",
1425
+ "g": "6c77e80257b608a8",
1426
+ "group": "",
1427
+ "page": "a86bc042451923a9",
1428
+ "ui": "",
1429
+ "name": "product info",
1430
+ "order": 0,
1431
+ "width": "2",
1432
+ "height": "1",
1433
+ "head": "",
1434
+ "format": "<template>\n <a href=\"https://ncd.io/blog/machine-up-time-monitoring-product-manual/\" target=\"_blank\">\n <v-btn class=\"info\" color=\"white\" density=\"default\" append-icon=\"mdi-open-in-new\"> Product info </v-btn>\n </a>\n</template>\n<style>\n.info{\n top: -49px !important;\n left: -160px;\n}\n</style>",
1435
+ "storeOutMessages": true,
1436
+ "passthru": false,
1437
+ "resendOnRefresh": true,
1438
+ "templateScope": "widget:page",
1439
+ "className": "",
1440
+ "x": 970,
1441
+ "y": 340,
1442
+ "wires": [
1443
+ []
1444
+ ]
1445
+ },
1446
+ {
1447
+ "id": "308f73c16a0cf14c",
1448
+ "type": "link out",
1449
+ "z": "91019fdea52bec6d",
1450
+ "name": "link out 1",
1451
+ "mode": "link",
1452
+ "links": [
1453
+ "1c0b6b36200ec1b3",
1454
+ "fc49d75c859b3437",
1455
+ "07780ff6c81baaed",
1456
+ "10ebd2c6f0d80674",
1457
+ "007c87ab2cd22d3f",
1458
+ "b5a20e37b9ae4548",
1459
+ "52b1a116a4859b7c",
1460
+ "d231be53f572645c",
1461
+ "989c92875faac4d8",
1462
+ "1f5b131dbb72f1ee",
1463
+ "77118f5f108dff10",
1464
+ "b071544e037b586f",
1465
+ "1a052fce7f5c5cb8",
1466
+ "a35c13575a932d7e",
1467
+ "c8a3c7ecd90c290c",
1468
+ "52c5f2bfb69f6948"
1469
+ ],
1470
+ "x": 285,
1471
+ "y": 540,
1472
+ "wires": []
1473
+ },
1474
+ {
1475
+ "id": "7ce508476da5aad0",
1476
+ "type": "function",
1477
+ "z": "91019fdea52bec6d",
1478
+ "name": "function 6",
1479
+ "func": "msg = {\n \"status\": {\n \"fill\": \"green\",\n \"shape\": \"dot\",\n \"text\": \"ready\"\n }\n}\nreturn msg;",
1480
+ "outputs": 1,
1481
+ "timeout": 0,
1482
+ "noerr": 0,
1483
+ "initialize": "",
1484
+ "finalize": "",
1485
+ "libs": [],
1486
+ "x": 560,
1487
+ "y": 340,
1488
+ "wires": [
1489
+ []
1490
+ ]
1491
+ },
1492
+ {
1493
+ "id": "d231be53f572645c",
1494
+ "type": "link in",
1495
+ "z": "91019fdea52bec6d",
1496
+ "name": "link in 18",
1497
+ "links": [
1498
+ "308f73c16a0cf14c"
1499
+ ],
1500
+ "x": 455,
1501
+ "y": 340,
1502
+ "wires": [
1503
+ [
1504
+ "7ce508476da5aad0"
1505
+ ]
1506
+ ]
1507
+ },
1508
+ {
1509
+ "id": "cce08819dc096604",
1510
+ "type": "switch",
1511
+ "z": "91019fdea52bec6d",
1512
+ "name": "",
1513
+ "property": "topic",
1514
+ "propertyType": "msg",
1515
+ "rules": [
1516
+ {
1517
+ "t": "eq",
1518
+ "v": "sensor_data",
1519
+ "vt": "str"
1520
+ }
1521
+ ],
1522
+ "checkall": "true",
1523
+ "repair": false,
1524
+ "outputs": 1,
1525
+ "x": 190,
1526
+ "y": 540,
1527
+ "wires": [
1528
+ [
1529
+ "308f73c16a0cf14c"
1530
+ ]
1531
+ ]
1532
+ },
1533
+ {
1534
+ "id": "bfd5ce5168fdde38",
1535
+ "type": "ui-template",
1536
+ "z": "91019fdea52bec6d",
1537
+ "group": "63aaba46f48ce46e",
1538
+ "page": "",
1539
+ "ui": "",
1540
+ "name": "",
1541
+ "order": 1,
1542
+ "width": 0,
1543
+ "height": 0,
1544
+ "head": "",
1545
+ "format": "",
1546
+ "storeOutMessages": true,
1547
+ "passthru": false,
1548
+ "resendOnRefresh": true,
1549
+ "templateScope": "local",
1550
+ "className": "",
1551
+ "x": 1410,
1552
+ "y": 320,
1553
+ "wires": [
1554
+ []
1555
+ ]
1556
+ },
1557
+ {
1558
+ "id": "995c205a9a5ed55d",
1559
+ "type": "ui-template",
1560
+ "z": "91019fdea52bec6d",
1561
+ "group": "5e2ee85a751667c0",
1562
+ "page": "",
1563
+ "ui": "",
1564
+ "name": "",
1565
+ "order": 1,
1566
+ "width": 0,
1567
+ "height": 0,
1568
+ "head": "",
1569
+ "format": "",
1570
+ "storeOutMessages": true,
1571
+ "passthru": false,
1572
+ "resendOnRefresh": true,
1573
+ "templateScope": "local",
1574
+ "className": "",
1575
+ "x": 1560,
1576
+ "y": 320,
1577
+ "wires": [
1578
+ []
1579
+ ]
1580
+ },
1581
+ {
1582
+ "id": "6c77e80257b608a8",
1583
+ "type": "group",
1584
+ "z": "91019fdea52bec6d",
1585
+ "name": "STYLE",
1586
+ "style": {
1587
+ "stroke": "#999999",
1588
+ "fill": "none",
1589
+ "fill-opacity": "1",
1590
+ "label": true,
1591
+ "color": "#a4a4a4"
1592
+ },
1593
+ "nodes": [
1594
+ "96a13b5bdd2dba6e",
1595
+ "1a1ef5eec965761f",
1596
+ "2688b9ebf5e1f887"
1597
+ ],
1598
+ "x": 874,
1599
+ "y": 299,
1600
+ "w": 432,
1601
+ "h": 82
1602
+ },
1603
+ {
1604
+ "id": "32b670ce2071788b",
1605
+ "type": "ui-group",
1606
+ "name": "group1",
1607
+ "page": "a86bc042451923a9",
1608
+ "width": "2",
1609
+ "height": "1",
1610
+ "order": 1,
1611
+ "showTitle": false,
1612
+ "className": "grupoo",
1613
+ "visible": "true",
1614
+ "disabled": "false"
1615
+ },
1616
+ {
1617
+ "id": "2bea7fde644b2465",
1618
+ "type": "ui-group",
1619
+ "name": "group2",
1620
+ "page": "a86bc042451923a9",
1621
+ "width": "2",
1622
+ "height": "1",
1623
+ "order": 7,
1624
+ "showTitle": false,
1625
+ "className": "grupoo",
1626
+ "visible": "true",
1627
+ "disabled": "false"
1628
+ },
1629
+ {
1630
+ "id": "8b17f15dd1d3ad8f",
1631
+ "type": "ui-group",
1632
+ "name": "group3",
1633
+ "page": "a86bc042451923a9",
1634
+ "width": "2",
1635
+ "height": "1",
1636
+ "order": 2,
1637
+ "showTitle": false,
1638
+ "className": "grupoo",
1639
+ "visible": "true",
1640
+ "disabled": "false"
1641
+ },
1642
+ {
1643
+ "id": "5523dce91f05076b",
1644
+ "type": "ui-group",
1645
+ "name": "group4",
1646
+ "page": "a86bc042451923a9",
1647
+ "width": "2",
1648
+ "height": "1",
1649
+ "order": 8,
1650
+ "showTitle": false,
1651
+ "className": "grupoo",
1652
+ "visible": "true",
1653
+ "disabled": "false"
1654
+ },
1655
+ {
1656
+ "id": "27ea0ec3f151e6c0",
1657
+ "type": "ui-group",
1658
+ "name": "group5",
1659
+ "page": "a86bc042451923a9",
1660
+ "width": "2",
1661
+ "height": "1",
1662
+ "order": 3,
1663
+ "showTitle": false,
1664
+ "className": "grupoo",
1665
+ "visible": "true",
1666
+ "disabled": "false"
1667
+ },
1668
+ {
1669
+ "id": "fe093469dea6bb18",
1670
+ "type": "ui-group",
1671
+ "name": "group6",
1672
+ "page": "a86bc042451923a9",
1673
+ "width": "2",
1674
+ "height": "1",
1675
+ "order": 9,
1676
+ "showTitle": false,
1677
+ "className": "grupoo",
1678
+ "visible": "true",
1679
+ "disabled": "false"
1680
+ },
1681
+ {
1682
+ "id": "41a82805c3af896c",
1683
+ "type": "ui-group",
1684
+ "name": "group7",
1685
+ "page": "a86bc042451923a9",
1686
+ "width": "2",
1687
+ "height": "1",
1688
+ "order": 4,
1689
+ "showTitle": false,
1690
+ "className": "grupoo",
1691
+ "visible": "true",
1692
+ "disabled": "false"
1693
+ },
1694
+ {
1695
+ "id": "0ff33a220e8025ea",
1696
+ "type": "ui-group",
1697
+ "name": "group8",
1698
+ "page": "a86bc042451923a9",
1699
+ "width": "2",
1700
+ "height": "1",
1701
+ "order": 10,
1702
+ "showTitle": false,
1703
+ "className": "grupoo",
1704
+ "visible": "true",
1705
+ "disabled": "false"
1706
+ },
1707
+ {
1708
+ "id": "84f9abfe81f3e191",
1709
+ "type": "ui-group",
1710
+ "name": "group9",
1711
+ "page": "a86bc042451923a9",
1712
+ "width": "2",
1713
+ "height": "1",
1714
+ "order": 5,
1715
+ "showTitle": false,
1716
+ "className": "grupoo",
1717
+ "visible": "true",
1718
+ "disabled": "false"
1719
+ },
1720
+ {
1721
+ "id": "1bd42e6c7d5dba1d",
1722
+ "type": "ui-group",
1723
+ "name": "group10",
1724
+ "page": "a86bc042451923a9",
1725
+ "width": "2",
1726
+ "height": "1",
1727
+ "order": 11,
1728
+ "showTitle": false,
1729
+ "className": "grupoo",
1730
+ "visible": "true",
1731
+ "disabled": "false"
1732
+ },
1733
+ {
1734
+ "id": "8efbb7965d5e098c",
1735
+ "type": "ui-group",
1736
+ "name": "group12",
1737
+ "page": "a86bc042451923a9",
1738
+ "width": "2",
1739
+ "height": "1",
1740
+ "order": 13,
1741
+ "showTitle": false,
1742
+ "className": "grupoo",
1743
+ "visible": "true",
1744
+ "disabled": "false"
1745
+ },
1746
+ {
1747
+ "id": "1f45ebd971768bdb",
1748
+ "type": "ui-group",
1749
+ "name": "Battery Level History",
1750
+ "page": "a86bc042451923a9",
1751
+ "width": "8",
1752
+ "height": "1",
1753
+ "order": 14,
1754
+ "showTitle": false,
1755
+ "className": "",
1756
+ "visible": "true",
1757
+ "disabled": "false"
1758
+ },
1759
+ {
1760
+ "id": "a86bc042451923a9",
1761
+ "type": "ui-page",
1762
+ "name": "ncd-uptime",
1763
+ "ui": "ec459411017ddf37",
1764
+ "path": "/uptime",
1765
+ "icon": "update",
1766
+ "layout": "grid",
1767
+ "theme": "b5f491106ed516b4",
1768
+ "order": 1,
1769
+ "className": "",
1770
+ "visible": "true",
1771
+ "disabled": "false"
1772
+ },
1773
+ {
1774
+ "id": "63aaba46f48ce46e",
1775
+ "type": "ui-group",
1776
+ "name": "dummyGroup",
1777
+ "page": "a86bc042451923a9",
1778
+ "width": "2",
1779
+ "height": "1",
1780
+ "order": 6,
1781
+ "showTitle": false,
1782
+ "className": "dummy",
1783
+ "visible": "true",
1784
+ "disabled": "false"
1785
+ },
1786
+ {
1787
+ "id": "5e2ee85a751667c0",
1788
+ "type": "ui-group",
1789
+ "name": "dummyGroup2",
1790
+ "page": "a86bc042451923a9",
1791
+ "width": "2",
1792
+ "height": "1",
1793
+ "order": 12,
1794
+ "showTitle": false,
1795
+ "className": "dummy",
1796
+ "visible": "true",
1797
+ "disabled": "false"
1798
+ },
1799
+ {
1800
+ "id": "ec459411017ddf37",
1801
+ "type": "ui-base",
1802
+ "name": "ncd-ui-base",
1803
+ "path": "/dashboard",
1804
+ "includeClientData": true,
1805
+ "acceptsClientConfig": [
1806
+ "ui-notification",
1807
+ "ui-control"
1808
+ ],
1809
+ "showPathInSidebar": false,
1810
+ "navigationStyle": "default"
1811
+ },
1812
+ {
1813
+ "id": "b5f491106ed516b4",
1814
+ "type": "ui-theme",
1815
+ "name": "ncdTheme",
1816
+ "colors": {
1817
+ "surface": "#0099cc",
1818
+ "primary": "#0931fb",
1819
+ "bgPage": "#000000",
1820
+ "groupBg": "#191a1a",
1821
+ "groupOutline": "#313030"
1822
+ },
1823
+ "sizes": {
1824
+ "pagePadding": "12px",
1825
+ "groupGap": "6px",
1826
+ "groupBorderRadius": "8px",
1827
+ "widgetGap": "10px"
1828
+ }
1829
+ },
1830
+ {
1831
+ "id": "0f850dc8977c3d53",
1832
+ "type": "tab",
1833
+ "label": "108 QS Example Dashboard",
1834
+ "disabled": false,
1835
+ "info": "",
1836
+ "env": []
1837
+ },
1838
+ {
1839
+ "id": "191e22cc37bd85af",
1840
+ "type": "subflow:91019fdea52bec6d",
1841
+ "z": "0f850dc8977c3d53",
1842
+ "name": "",
1843
+ "x": 1400,
1844
+ "y": 340,
1845
+ "wires": []
1846
+ },
1847
+ {
1848
+ "id": "82f311a9758bed41",
1849
+ "type": "ncd-wireless-node",
1850
+ "z": "0f850dc8977c3d53",
1851
+ "name": "",
1852
+ "connection": "3a158777559a1790",
1853
+ "config_comm": "3a158777559a1790",
1854
+ "addr": "",
1855
+ "sensor_type": "108",
1856
+ "auto_config": "",
1857
+ "on_the_fly_enable": "",
1858
+ "node_id_delay_active": "",
1859
+ "node_id": 0,
1860
+ "delay": 300,
1861
+ "form_network": "",
1862
+ "destination_active": "",
1863
+ "destination": "0000FFFF",
1864
+ "power_active": "",
1865
+ "power": 4,
1866
+ "retries_active": "",
1867
+ "retries": 10,
1868
+ "pan_id_active": "",
1869
+ "pan_id": "7FFF",
1870
+ "change_enabled": "",
1871
+ "change_pr": "0",
1872
+ "change_interval": "0",
1873
+ "current_calibration_13_active": false,
1874
+ "current_calibration_13": "606",
1875
+ "current_calibration_ch2_19_active": false,
1876
+ "current_calibration_ch2_19": "606",
1877
+ "current_calibration_ch3_28_active": false,
1878
+ "current_calibration_ch3_28": "606",
1879
+ "bp_altitude": "0",
1880
+ "bp_pressure": "0",
1881
+ "bp_temp_prec": "0",
1882
+ "bp_press_prec": "0",
1883
+ "amgt_accel": "0",
1884
+ "amgt_mag": "0",
1885
+ "amgt_gyro": "0",
1886
+ "impact_accel_active": "",
1887
+ "impact_accel": "0",
1888
+ "impact_data_rate_active": "",
1889
+ "impact_data_rate": "4",
1890
+ "impact_threshold_active": "",
1891
+ "impact_threshold": 25,
1892
+ "impact_duration_active": "",
1893
+ "impact_duration": 1,
1894
+ "activ_interr_x": 1,
1895
+ "activ_interr_y": 2,
1896
+ "activ_interr_z": 4,
1897
+ "activ_interr_op": 8,
1898
+ "force_calibration_co2_auto_config": "",
1899
+ "force_calibration_co2": 400,
1900
+ "force_calibration_co2_535_active": "",
1901
+ "temperature_offset_44_active": "",
1902
+ "temperature_offset_44": 4,
1903
+ "filtering": 0,
1904
+ "data_rate": 5,
1905
+ "time_series": 0,
1906
+ "reading_type": 1,
1907
+ "mode_80_active": "",
1908
+ "mode_80": 0,
1909
+ "periodic_check_rate_76_active": "",
1910
+ "periodic_check_rate_76": 60,
1911
+ "ppm_threshold_76_active": "",
1912
+ "ppm_threshold_76": 100,
1913
+ "alert_duration_76_active": "",
1914
+ "alert_duration_76": 0,
1915
+ "sensor_boot_time_76_active": "",
1916
+ "sensor_boot_time_76": 30,
1917
+ "measurement_mode_80_active": "",
1918
+ "measurement_mode_80": 0,
1919
+ "on_request_timeout_80_active": "",
1920
+ "on_request_timeout_80": 1,
1921
+ "sensor_boot_time_420ma_active": "",
1922
+ "sensor_boot_time_420ma": 0,
1923
+ "sensor_boot_time_78_active": "",
1924
+ "sensor_boot_time_78": 0,
1925
+ "deadband_80_active": "",
1926
+ "deadband_80": 0,
1927
+ "filter_80_active": "",
1928
+ "filter_80": 0,
1929
+ "output_data_rate_p1_81_active": "",
1930
+ "output_data_rate_p1_81": 0,
1931
+ "output_data_rate_p2_81_active": "",
1932
+ "output_data_rate_p2_81": 0,
1933
+ "sampling_duration_p1_81_active": "",
1934
+ "sampling_duration_p1_81": 0,
1935
+ "sampling_duration_p2_81_active": "",
1936
+ "sampling_duration_p2_81": 0,
1937
+ "led_alert_mode_84_active": "",
1938
+ "led_alert_mode_84": 0,
1939
+ "led_accelerometer_threshold_84_active": "",
1940
+ "led_accelerometer_threshold_84": "",
1941
+ "led_velocity_threshold_84_active": "",
1942
+ "led_velocity_threshold_84": "",
1943
+ "acceleration_interrupt_threshold_84_active": "",
1944
+ "acceleration_interrupt_threshold_84": "",
1945
+ "set_rtc_101": 0,
1946
+ "current_calibration_82": "",
1947
+ "current_calibration_82_active": false,
1948
+ "current_calibration_c1_80": 178,
1949
+ "current_calibration_c1_80_active": "",
1950
+ "current_calibration_c2_80": 178,
1951
+ "current_calibration_c2_80_active": "",
1952
+ "current_calibration_c3_80": 178,
1953
+ "current_calibration_c3_80_active": "",
1954
+ "output_data_rate_101_active": "",
1955
+ "output_data_rate_101": 0,
1956
+ "output_data_rate_101_m2_active": "",
1957
+ "output_data_rate_101_m2": 0,
1958
+ "sampling_duration_101_active": "",
1959
+ "sampling_duration_101": 1,
1960
+ "sampling_interval_101_active": "",
1961
+ "sampling_interval_101": 1,
1962
+ "full_scale_range_101_active": "",
1963
+ "full_scale_range_101": 1,
1964
+ "full_scale_range_101_m2_active": "",
1965
+ "full_scale_range_101_m2": 1,
1966
+ "x_axis_101": "",
1967
+ "y_axis_101": "",
1968
+ "z_axis_101": "",
1969
+ "low_pass_filter_80_active": "",
1970
+ "low_pass_filter_80": 0,
1971
+ "high_pass_filter_80_active": "",
1972
+ "high_pass_filter_80": 0,
1973
+ "low_pass_filter_81_p2_active": "",
1974
+ "low_pass_filter_81_p2": 0,
1975
+ "high_pass_filter_81_p2_active": "",
1976
+ "high_pass_filter_81_p2": 0,
1977
+ "roll_angle_threshold_47": 0,
1978
+ "roll_angle_threshold_47_active": "",
1979
+ "pitch_angle_threshold_47": 0,
1980
+ "pitch_angle_threshold_47_active": "",
1981
+ "accelerometer_state_108": 0,
1982
+ "accelerometer_state_108_active": "",
1983
+ "clear_all_counters_108": 0,
1984
+ "accelerometer_threshold_108": 10,
1985
+ "accelerometer_threshold_108_active": "",
1986
+ "debounce_time_108": 10,
1987
+ "debounce_time_108_active": "",
1988
+ "input_one_108_active": false,
1989
+ "input_two_108_active": false,
1990
+ "input_three_108_active": false,
1991
+ "counter_threshold_108": "1000",
1992
+ "counter_threshold_108_active": false,
1993
+ "counter_threshold_35": 50,
1994
+ "counter_threshold_35_active": "",
1995
+ "payload_length_80_active": "",
1996
+ "payload_length_80": 3,
1997
+ "motion_threshold_46_active": "",
1998
+ "motion_threshold_46": 100,
1999
+ "low_calibration_420ma_active": "",
2000
+ "low_calibration_420ma": 68805,
2001
+ "mid_calibration_420ma_active": "",
2002
+ "mid_calibration_420ma": 68724,
2003
+ "high_calibration_420ma_active": "",
2004
+ "high_calibration_420ma": 68714,
2005
+ "thermocouple_type_23_active": "",
2006
+ "thermocouple_type_23": 0,
2007
+ "debounce_time_2_active": "",
2008
+ "debounce_time_2": 10,
2009
+ "stay_on_mode_539_active": "",
2010
+ "stay_on_mode_539": 0,
2011
+ "baudrate_539_active": "",
2012
+ "baudrate_539": 9600,
2013
+ "rx_timeout_539_active": "",
2014
+ "rx_timeout_539": 10,
2015
+ "bootup_time_539_active": "",
2016
+ "bootup_time_539": 10,
2017
+ "sensor_add_539_active": "",
2018
+ "sensor_add_539": 10,
2019
+ "sub_device_type_539_active": "",
2020
+ "sub_device_type_539": 10,
2021
+ "number_of_regs_to_rd_539_active": "",
2022
+ "number_of_regs_to_rd_539": 1,
2023
+ "register_value_0_539": 0,
2024
+ "register_value_1_539": 0,
2025
+ "register_value_2_539": 0,
2026
+ "register_value_3_539": 0,
2027
+ "register_value_4_539": 0,
2028
+ "register_value_5_539": 0,
2029
+ "register_value_6_539": 0,
2030
+ "register_value_7_539": 0,
2031
+ "register_value_8_539": 0,
2032
+ "register_value_9_539": 0,
2033
+ "mode_110_active": "",
2034
+ "mode_110": 0,
2035
+ "auto_raw_interval_110_active": "",
2036
+ "auto_raw_interval_110": 0,
2037
+ "auto_raw_destination_110_active": "",
2038
+ "auto_raw_destination_110": "0000FFFF",
2039
+ "clear_probe_uptimers_110_active": "",
2040
+ "clear_probe_uptimers_110": 0,
2041
+ "smart_interval_110_active": "",
2042
+ "smart_interval_110": 0,
2043
+ "smart_threshold_110_active": "",
2044
+ "smart_threshold_110": 0,
2045
+ "x": 1060,
2046
+ "y": 340,
2047
+ "wires": [
2048
+ [
2049
+ "191e22cc37bd85af"
2050
+ ]
2051
+ ]
2052
+ },
2053
+ {
2054
+ "id": "3a158777559a1790",
2055
+ "type": "ncd-gateway-config",
2056
+ "name": "",
2057
+ "comm_type": "serial",
2058
+ "ip_address": "",
2059
+ "tcp_port": "2101",
2060
+ "port": "/dev/ttymxc2",
2061
+ "baudRate": "115200",
2062
+ "pan_id": "7FFF",
2063
+ "rssi": false
2064
+ }
2065
+ ]