|
@ -432,7 +432,7 @@ |
|
|
for(var j of [ |
|
|
for(var j of [ |
|
|
["ModPwr", "ch_max_power", "Max Module Power (Wp)", 4, "[0-9]+"], |
|
|
["ModPwr", "ch_max_power", "Max Module Power (Wp)", 4, "[0-9]+"], |
|
|
["ModName", "ch_name", "Module Name", 16, null], |
|
|
["ModName", "ch_name", "Module Name", 16, null], |
|
|
["YieldCor", "ch_yield_cor", "Yield Total Correction [kWh]", 16, "[0-9]+"]]) { |
|
|
["YieldCor", "ch_yield_cor", "Yield Total Correction [kWh]", 16, "[0-9-]+"]]) { |
|
|
var cl = (re.test(obj["serial"])) ? null : ["hide"]; |
|
|
var cl = (re.test(obj["serial"])) ? null : ["hide"]; |
|
|
iv.appendChild(lbl(null, j[2], cl, "lbl" + id + j[0])); |
|
|
iv.appendChild(lbl(null, j[2], cl, "lbl" + id + j[0])); |
|
|
d = div([j[0]]); |
|
|
d = div([j[0]]); |
|
|