fix mqtt send all received records

renamed inverter address to serial number in setup
This commit is contained in:
lumapu 2022-10-29 00:12:53 +02:00
parent 0ab382986b
commit 57b8a0abab
5 changed files with 126 additions and 118 deletions

View file

@ -242,7 +242,7 @@
id = "inv" + id;
iv.appendChild(lbl(id + "Addr", "Address*"));
iv.appendChild(lbl(id + "Addr", "Serial Number (12 digits)*"));
var addr = inp(id + "Addr", obj["serial"], 12)
iv.appendChild(addr);
['keyup', 'change'].forEach(function(evt) {

View file

@ -81,8 +81,8 @@ span.seperator {
}
#footer {
height: 120px;
margin-top: -120px;
height: 121px;
margin-top: -121px;
background-color: #555;
width: 100%;
font-size: 13px;