-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflows.json
More file actions
107 lines (107 loc) · 2.35 KB
/
Copy pathflows.json
File metadata and controls
107 lines (107 loc) · 2.35 KB
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
[
{
"id": "83c8b65cc19fef1b",
"type": "viteyss-instance",
"z": "5019223acfcf272b",
"name": "vanillaInst",
"server": "4acaf08af1b814e9",
"x": 360,
"y": 120,
"wires": [
[
"51c6b3845d834832"
]
]
},
{
"id": "cba7360a9083f942",
"type": "inject",
"z": "5019223acfcf272b",
"name": "",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "and/mag",
"payload": "10",
"payloadType": "num",
"x": 150,
"y": 100,
"wires": [
[
"83c8b65cc19fef1b",
"f7f5504b6eec4e72"
]
]
},
{
"id": "d0509cad55ccd0f7",
"type": "inject",
"z": "5019223acfcf272b",
"name": "",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "and/mag",
"payload": "20",
"payloadType": "num",
"x": 150,
"y": 140,
"wires": [
[
"83c8b65cc19fef1b",
"f7f5504b6eec4e72"
]
]
},
{
"id": "51c6b3845d834832",
"type": "debug",
"z": "5019223acfcf272b",
"name": "",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "true",
"targetType": "full",
"statusVal": "",
"statusType": "auto",
"x": 510,
"y": 200,
"wires": []
},
{
"id": "4acaf08af1b814e9",
"type": "viteyss-config",
"iname": "vanilla",
"hostpublicip": "localhost",
"runhttps": false,
"host": "localhost",
"port": "8083",
"wshost": "localhost",
"wsport": "3999",
"pathstosites": "",
"pathtoyss": "",
"sitesopts": "plugins,node-yss,viteyss/sites,node-red,home"
}
]