diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2018-03-31 19:56:55 +0100 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2018-03-31 19:56:55 +0100 |
| commit | f53f1d433b5d458ff0b8a5893e8127a8be3630f7 (patch) | |
| tree | a7145c7947a9ab6a77e49077c1aeb777fd81288e /package.json | |
| parent | f5e0f6bd1b12e347387ff4cefcfc54d9d7dcc348 (diff) | |
| download | tplink-energy-monitor-f53f1d433b5d458ff0b8a5893e8127a8be3630f7.tar.xz tplink-energy-monitor-f53f1d433b5d458ff0b8a5893e8127a8be3630f7.zip | |
Add daily kWH usage total for last 30 days
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 3b857f1..6eb6e9e 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "hbs": "~4.0.1", "http-errors": "~1.6.2", "morgan": "~1.9.0", - "tplink-smarthome-api": "0.22.0" + "tplink-smarthome-api": "0.22.0", + "moment": "2.22.0" } } |