Some changes while testing

This commit is contained in:
Gunnar Skjold
2021-11-06 21:02:38 +01:00
parent 1cd2446365
commit f192ddae81
10 changed files with 251 additions and 81 deletions

View File

@@ -253,6 +253,8 @@ var fetch = function() {
$('.ju').html(moment.duration(parseInt(json.u), 'seconds').humanize());
}
$('.jm').html((json.m.toFixed(0)/1000).toFixed(1));
setStatus("esp", json.em);
setStatus("han", json.hm);
setStatus("wifi", json.wm);