Skip to content

Commit 74fa79d

Browse files
committed
Help IDs for new PV UI input pages
1 parent c53d4a1 commit 74fa79d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deploy/runtime/startup.lk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -300,21 +300,21 @@ function setup_detailed_pv_pages(bin)
300300
'PV Subarrays and String Size' ,
301301
'PV Inverter Input Voltage',
302302
'Battery Enable']],
303-
{'sidebar'='System Size', 'help'='detailed-photovoltaic-model/pv_xxx', 'bin_name' = bin});
303+
{'sidebar'='System Size', 'help'='detailed-photovoltaic-model/pv_system_size', 'bin_name' = bin});
304304
// Tracking Layout Land
305305
addpage( [['PV Tracking and Orientation',
306306
'PV Row Dimensions and Spacing',
307307
'PV Terrain Slope',
308308
'PV Land Area']],
309-
{'sidebar'='Tracking Layout Land', 'help'='detailed-photovoltaic-model/pv_xxx', 'bin_name' = bin});
309+
{'sidebar'='Tracking Layout Land', 'help'='detailed-photovoltaic-model/pv_tracking_layout_land', 'bin_name' = bin});
310310
// Soiling Shading Snow
311311
addpage( [['PV Soiling Shading Snow'] ],
312-
{'sidebar'='Soiling Shading Snow', 'help'='detailed-photovoltaic-model/pv_xxx', 'bin_name' = bin});
312+
{'sidebar'='Soiling Shading Snow', 'help'='detailed-photovoltaic-model/pv_soiling_shading_snow', 'bin_name' = bin});
313313
// Electrical losses
314314
addpage( [['PV DC Losses',
315315
'PV AC Losses',
316316
'PV System Availability']],
317-
{'sidebar'='Electrical Losses', 'help'='detailed-photovoltaic-model/pv_xxx', 'bin_name' = bin});
317+
{'sidebar'='Electrical Losses', 'help'='detailed-photovoltaic-model/pv_electrical_losses', 'bin_name' = bin});
318318
// Battery Enable form stores hidden en_batt variable required by some UI forms to determine if there is a battery
319319
}
320320

0 commit comments

Comments
 (0)