forked from resoai/TileBoard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.js
60 lines (48 loc) · 1.31 KB
/
home.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
var p_main = {
title: 'Main page',
bg: 'images/bg1.jpeg',
icon: 'mdi-home-automation', // home icon
groups: [
// groupo 1
{
title: ' ',
width: 6,
height: 4,
items: [
main_text (0,0),
garage_camera (2,0),
//nhu_tracker (0,1),
home_alarm (1,1),
atlantic_camera (2,1),
// status_group_ligths (0,2),
// sensor_group (1,2),
underground_camera (2,2),
t_screensaver (4,0),
t1_screensaver (4,1),
f_reload (4,2),
// t_weather (0,0),
]
}
]
};
var p_main_m = {
title: 'Main page',
bg: 'images/bg1.jpeg',
icon: 'mdi-home-automation', // home icon
groups: [
// groupo 1
{
title: ' ',
width: 3,
height: 6,
items: [
main_text (0,0),
garage_camera (2,0),
nhu_tracker (0,1),
home_alarm (1,1),
atlantic_camera (2,1),
underground_camera (2,2),
]
}
]
};