-
Notifications
You must be signed in to change notification settings - Fork 1
/
flows.json
114 lines (114 loc) · 2.66 KB
/
flows.json
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
108
109
110
111
112
113
114
[
{
"id": "cb6421d77edb1435",
"type": "tab",
"label": "Flow 1",
"disabled": false,
"info": "",
"env": []
},
{
"id": "b73122f96ab00c8d",
"type": "ui-base",
"name": "My Dashboard",
"path": "/dashboard",
"includeClientData": true,
"acceptsClientConfig": [
"ui-notification",
"ui-control"
],
"showPathInSidebar": false,
"navigationStyle": "default"
},
{
"id": "1c6e6163b86b217f",
"type": "ui-theme",
"name": "Default Theme",
"colors": {
"surface": "#ffffff",
"primary": "#0094CE",
"bgPage": "#eeeeee",
"groupBg": "#ffffff",
"groupOutline": "#cccccc"
},
"sizes": {
"pagePadding": "12px",
"groupGap": "12px",
"groupBorderRadius": "4px",
"widgetGap": "12px"
}
},
{
"id": "d2c26cedeba92369",
"type": "ui-page",
"name": "Page Name",
"ui": "b73122f96ab00c8d",
"path": "/page1",
"icon": "home",
"layout": "grid",
"theme": "1c6e6163b86b217f",
"order": 1,
"className": "",
"visible": "true",
"disabled": "false"
},
{
"id": "fa6340578cd6590e",
"type": "ui-group",
"name": "Group Name",
"page": "d2c26cedeba92369",
"width": "6",
"height": "1",
"order": -1,
"showTitle": true,
"className": "",
"visible": "true",
"disabled": "false"
},
{
"id": "7381c62cfcd4dbfb",
"type": "debug",
"z": "cb6421d77edb1435",
"name": "debug 1",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "true",
"targetType": "full",
"statusVal": "",
"statusType": "auto",
"x": 620,
"y": 340,
"wires": []
},
{
"id": "e4454109e9c0d517",
"type": "ui-button",
"z": "cb6421d77edb1435",
"group": "fa6340578cd6590e",
"name": "",
"label": "button",
"order": 0,
"width": 0,
"height": 0,
"emulateClick": false,
"tooltip": "",
"color": "",
"bgcolor": "",
"className": "",
"icon": "",
"iconPosition": "left",
"payload": "",
"payloadType": "str",
"topic": "topic",
"topicType": "msg",
"x": 470,
"y": 400,
"wires": [
[
"7381c62cfcd4dbfb"
]
]
}
]