forked from totaljs/dashboardcomponents
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplates.json
27 lines (27 loc) · 1018 Bytes
/
templates.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
[{
"name": "Analytics",
"items": [
"https://rawgit.com/totaljs/dashboardcomponents/master/linechart/linechart.html",
"https://rawgit.com/totaljs/dashboardcomponents/master/barchart/barchart.html",
"https://rawgit.com/totaljs/dashboardcomponents/master/lastvalue/lastvalue.html",
"https://rawgit.com/totaljs/dashboardcomponents/master/output/output.html"
]
},{
"name": "Weather",
"items": [
"https://rawgit.com/totaljs/dashboardcomponents/master/weather/weather.html"
]
},{
"name": "Miscellaneous",
"items": [
"https://rawgit.com/totaljs/dashboardcomponents/master/time/time.html"
]
},{
"name": "Devices",
"items": [
"https://rawgit.com/totaljs/dashboardcomponents/master/device_switch/device_switch.html",
"https://rawgit.com/totaljs/dashboardcomponents/master/device_outlet/device_outlet.html",
"https://rawgit.com/totaljs/dashboardcomponents/master/device_light/device_light.html",
"https://rawgit.com/totaljs/dashboardcomponents/master/device_thermostat/device_thermostat.html"
]
}]