mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2026-03-30 17:02:12 +02:00
b
This commit is contained in:
parent
daf2ef2937
commit
984a2106f3
4 changed files with 7 additions and 1 deletions
|
|
@ -4385,6 +4385,8 @@ class Firmware {
|
|||
if (sp) sp.innerHTML = mem.max.fmt('#,##0');
|
||||
sp = document.getElementById('spanMinMemory');
|
||||
if (sp) sp.innerHTML = mem.min.fmt('#,##0');
|
||||
sp = document.getElementById('spanUptime');
|
||||
if (sp) sp.innerHTML = mem.uptime / 3600000;
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue