-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflows.json
More file actions
89 lines (89 loc) · 1.81 KB
/
flows.json
File metadata and controls
89 lines (89 loc) · 1.81 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
[
{
"id": "1f9a05e0.1ae7ea",
"label": "new package",
"type": "tab"
},
{
"id": "9128d013.fb4b7",
"type": "osmonitor",
"z": "1f9a05e0.1ae7ea",
"ptype": [],
"name": "free memory",
"subtype": "freemem",
"x": 113,
"y": 161,
"wires": [
[
"b5e7a28f.4fb49",
"48c9c01f.cfd7f"
]
]
},
{
"id": "48c9c01f.cfd7f",
"type": "chartify",
"z": "1f9a05e0.1ae7ea",
"ptype": {},
"name": "",
"title": "",
"chart": "bar",
"xlabel": "",
"ylabel": "",
"min": "",
"max": "",
"labels": "",
"maxreadings": "",
"ticks": "",
"xtype": [
{
"source": "osmonitor",
"name": "ts",
"type": "time"
}
],
"ytype": [
{
"source": "osmonitor",
"name": "value",
"type": "number"
}
],
"subtype": "bar",
"previousinputs": [],
"x": 332,
"y": 232,
"wires": [
[
"38c3cefe.306862"
]
]
},
{
"id": "38c3cefe.306862",
"type": "app",
"z": "1f9a05e0.1ae7ea",
"name": "",
"appId": "webapp",
"layout": [
[
"48c9c01f.cfd7f"
]
],
"x": 502,
"y": 228,
"wires": []
},
{
"id": "b5e7a28f.4fb49",
"type": "debugger",
"z": "1f9a05e0.1ae7ea",
"name": "",
"active": true,
"console": "false",
"complete": "false",
"x": 336,
"y": 114,
"wires": []
}
]