-
-
Notifications
You must be signed in to change notification settings - Fork 288
/
Copy pathboxTypes.js
74 lines (74 loc) · 1.67 KB
/
boxTypes.js
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
module.exports.boxTypes = [
{
uuid: '3b78ede7-5ee7-4504-a932-2e9d7c3413f2',
title: 'event',
path: 'views/boxs/event.ejs',
view: 'dashboard'
},
{
uuid: '5616b85f-1fcb-46f6-a1ff-a6403c76e3b7',
title: 'television',
path: 'views/boxs/television.ejs',
view: 'dashboard'
},
{
uuid: '887eec64-b54d-40d2-a35c-dc99e3d5a2ee',
title: 'music',
path: 'views/boxs/music.ejs',
view: 'dashboard'
},
{
uuid: '5ff7ae8a-cc12-4d8d-80cc-62f45db820c8',
title: 'weather',
path: 'views/boxs/weather.ejs',
view: 'dashboard'
},
{
uuid: '49d6465e-81bc-401a-98d4-bbada7b2ef2c',
title: 'chat',
path: 'views/boxs/chat.ejs',
view: 'dashboard'
},
{
uuid: '07024831-ab32-4bfa-9843-d1845992447d',
title: 'camera',
path: 'views/boxs/camera.ejs',
view: 'dashboard'
},
{
uuid: 'c1d66ac1-4529-4e2b-8f16-d0855dad77ad',
title: 'mode',
path: 'views/boxs/mode.ejs',
view: 'dashboard'
},
{
uuid: '81afa4ed-c084-45b3-ba8a-e9e22c9753ae',
title: 'calendar',
path: 'views/boxs/calendar.ejs',
view: 'dashboard'
},
{
uuid: 'c02be824-a1df-4a1a-a004-5bd5041b5655',
title: 'chart',
path: 'views/boxs/chart.ejs',
view: 'dashboard'
},
{
uuid: '7a39cbc5-dd28-4d3e-b873-e4992a5d2429',
title: 'who-is-at-home',
path: 'views/boxs/who-is-at-home.ejs',
view: 'dashboard'
},
{
uuid: '081d6b76-7b07-4cf8-a4fc-75fc3d3a1787',
title: 'device-value',
path: 'views/boxs/device-value.ejs',
view: 'dashboard'
},
{
uuid: 'e477b1ad-5393-4da3-b10f-484626458530',
title: 'device-room',
path: 'views/boxs/device-room.ejs',
view: 'dashboard'
}
];