-
Notifications
You must be signed in to change notification settings - Fork 2
/
get delta.json
137 lines (137 loc) · 3.2 KB
/
get delta.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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
[
{
"id": "af108a3ac5a410e1",
"type": "inject",
"z": "f624e6564f974a57",
"name": "Add circle element",
"props": [
{
"p": "payload"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "[{\"command\":\"add_element\",\"type\":\"circle\",\"id\":\"second_circle\",\"attributes\":{\"cx\":\"150\",\"cy\":\"50\",\"r\":\"40\"},\"style\":{\"fill\":\"orange\"}}]",
"payloadType": "json",
"x": 1270,
"y": 100,
"wires": [
[
"2326f4ec71399368"
]
]
},
{
"id": "b27264fe21179351",
"type": "inject",
"z": "f624e6564f974a57",
"name": "Get delta",
"props": [
{
"p": "payload"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "[{\"command\":\"get_delta\"}]",
"payloadType": "json",
"x": 1300,
"y": 140,
"wires": [
[
"2326f4ec71399368"
]
]
},
{
"id": "2326f4ec71399368",
"type": "ui-svg",
"z": "f624e6564f974a57",
"d": true,
"name": "",
"group": "65805ec358e05ea4",
"width": 0,
"height": 0,
"x": 1470,
"y": 100,
"wires": [
[
"02df1ea90efeefd5"
]
]
},
{
"id": "02df1ea90efeefd5",
"type": "debug",
"z": "f624e6564f974a57",
"name": "Delta",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "true",
"targetType": "full",
"statusVal": "",
"statusType": "auto",
"x": 1610,
"y": 100,
"wires": []
},
{
"id": "65805ec358e05ea4",
"type": "ui-group",
"name": "SVG demos",
"page": "0a90f52e8742b298",
"width": "10",
"height": "10",
"order": -1,
"showTitle": true,
"className": "",
"visible": "true",
"disabled": "false"
},
{
"id": "0a90f52e8742b298",
"type": "ui-page",
"name": "SVG",
"ui": "be29745a6e568f30",
"path": "/page2",
"icon": "home",
"layout": "grid",
"theme": "092547d34959327c",
"order": -1,
"className": "",
"visible": "true",
"disabled": "false"
},
{
"id": "be29745a6e568f30",
"type": "ui-base",
"name": "UI Name",
"path": "/dashboard",
"includeClientData": true,
"acceptsClientConfig": [
"ui-notification",
"ui-control"
],
"showPathInSidebar": false
},
{
"id": "092547d34959327c",
"type": "ui-theme",
"name": "Theme Name",
"colors": {
"surface": "#ffffff",
"primary": "#0094ce",
"bgPage": "#eeeeee",
"groupBg": "#ffffff",
"groupOutline": "#cccccc"
}
}
]