aboutsummaryrefslogtreecommitdiff
path: root/public/javascripts/dash.js
AgeCommit message (Collapse)AuthorFilesLines
2018-08-02Update dash.jsWild Stray1-26/+26
2018-08-02Updated dash.js with bug fix for "millis"Wild Stray1-27/+29
Values could be returned byt the plug in mV/mA/mW instead of V/A/W.
2018-04-14added meaningful page when no devices discoveredsydeslyde1-1/+3
2018-04-08Improve layout on mobile devices and tabletsJames Barnett1-2/+8
2018-04-07Try to re-establish lost websocket connectionsJames Barnett1-1/+9
2018-04-07Add support for switching between multiple plugsJames Barnett1-23/+28
2018-04-07Switch from http polling to data push via websocketsJames Barnett1-96/+38
2018-04-02Add TravisCI and SonarQube integrationJames Barnett1-1/+1
2018-04-01Show total and average usage for current day and monthJames Barnett1-22/+74
2018-03-31Add plug state and uptime. Placeholder tiles for averagesJames Barnett1-6/+35
2018-03-31Add monthly usage graphJames Barnett1-1/+61
2018-03-31Add daily kWH usage total for last 30 daysJames Barnett1-2/+64
2018-03-31Add realtime usage trend graphJames Barnett1-13/+71
2018-03-30Poll for realtime usage updatesJames Barnett1-0/+95