| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-12-08 | Bump express from 4.16.3 to 4.17.3dependabot/npm_and_yarn/express-4.17.3 | dependabot[bot] | 1 | -1/+1 | |
| Bumps [express](https://github.com/expressjs/express) from 4.16.3 to 4.17.3. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/4.16.3...4.17.3) --- updated-dependencies: - dependency-name: express 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 Olsar | 1 | -1/+2 | |
| - Added support to specify log directory path in logger config. | |||||
| 2018-10-07 | Basic logging functionality. Logs every 60s. | James Barnett | 1 | -2/+5 | |
| Needs log rotation/management to avoid huge logfiles. | |||||
| 2018-04-08 | Add missing ws dependencywebsockets | James Barnett | 1 | -1/+2 | |
| 2018-04-07 | Switch from http polling to data push via websockets | James Barnett | 1 | -2/+2 | |
| 2018-04-02 | Add TravisCI and SonarQube integration | James Barnett | 1 | -1/+12 | |
| 2018-03-31 | Add daily kWH usage total for last 30 days | James Barnett | 1 | -1/+2 | |
| 2018-03-30 | Initial functionality. Static realtime usage for a single device | James Barnett | 1 | -0/+22 | |