* merge PR: Collection of small fixes #1465
* fix: show esp type on `/history` #1463
* improved HMS-400-1T support (serial number 1125...) #1460
This commit is contained in:
lumapu 2024-03-02 01:25:59 +01:00
parent 6d1ca8020a
commit 0d7c67dbce
4 changed files with 9 additions and 2 deletions

View file

@ -80,6 +80,7 @@
function parsePowerHistory(obj){
if (null != obj) {
parseNav(obj.generic);
parseESP(obj.generic);
parseHistory(obj,"pwr", pwrExeOnce)
document.getElementById("pwrLast").innerHTML = mLastValue
document.getElementById("pwrMaxDay").innerHTML = obj.maxDay