mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-31 09:46:12 +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) {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue