mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-25 06:46:10 +02:00
fix mqtt send all received records
renamed inverter address to serial number in setup
This commit is contained in:
parent
0ab382986b
commit
57b8a0abab
5 changed files with 126 additions and 118 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue