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) {