aboutsummaryrefslogtreecommitdiff
path: root/routes/index.js
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2018-03-31 21:28:45 +0100
committerJames Barnett <noreply@jamesbarnett.xyz>2018-03-31 21:28:45 +0100
commitfe70d31cea4869c7f8214dbc1d00fb917816e9a8 (patch)
treeda7e7acc4de6b350de20babc0616678b30b60a19 /routes/index.js
parent5531f72248d0372000fe09e031e5a70fb11dafe7 (diff)
downloadtplink-energy-monitor-fe70d31cea4869c7f8214dbc1d00fb917816e9a8.tar.xz
tplink-energy-monitor-fe70d31cea4869c7f8214dbc1d00fb917816e9a8.zip
Add plug state and uptime. Placeholder tiles for averages
Diffstat (limited to 'routes/index.js')
-rw-r--r--routes/index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/routes/index.js b/routes/index.js
index 1dba277..4909ff8 100644
--- a/routes/index.js
+++ b/routes/index.js
@@ -12,5 +12,4 @@ router.get('/', function(req, res, next) {
});
-
module.exports = router;