aboutsummaryrefslogtreecommitdiff
path: root/package.json
AgeCommit message (Collapse)AuthorFilesLines
2022-01-15Bump shelljs from 0.8.3 to 0.8.5dependabot/npm_and_yarn/shelljs-0.8.5dependabot[bot]1-1/+1
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.3 to 0.8.5. - [Release notes](https://github.com/shelljs/shelljs/releases) - [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md) - [Commits](https://github.com/shelljs/shelljs/compare/v0.8.3...v0.8.5) --- updated-dependencies: - dependency-name: shelljs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2018-12-14- Added support to specify logger config file on command line.Peter Olsar1-1/+2
- Added support to specify log directory path in logger config.
2018-10-07Basic logging functionality. Logs every 60s.James Barnett1-2/+5
Needs log rotation/management to avoid huge logfiles.
2018-04-08Add missing ws dependencywebsocketsJames Barnett1-1/+2
2018-04-07Switch from http polling to data push via websocketsJames Barnett1-2/+2
2018-04-02Add TravisCI and SonarQube integrationJames Barnett1-1/+12
2018-03-31Add daily kWH usage total for last 30 daysJames Barnett1-1/+2
2018-03-30Initial functionality. Static realtime usage for a single deviceJames Barnett1-0/+22