diff --git a/Boiler_x_Stufig/form.json b/Boiler_x_Stufig/form.json index 04fe1a3..0d6157c 100644 --- a/Boiler_x_Stufig/form.json +++ b/Boiler_x_Stufig/form.json @@ -37,6 +37,43 @@ "caption": "Zyklen zwischen zwei Leistungsänderungen (Multipliziert sich mit Interval)", "suffix": "" }, + { + "type":"List", + "name":"LeistungsStufen", + "caption":"Anzahl Stufen mit den dazugehörigen Leistungen", + "add":true, + "delete":true, + "columns":[ + { + "caption":"Stufe(n)", + "name":"Stufe", + "width":"200px", + "add":"Stufe", + "edit":{ + "type":"NumberSpinner" + } + }, + { + "caption":"Leistung in W", + "name":"Leistung", + "width":"300px", + "add":0, + "edit":{ + "type":"NumberSpinner" + } + }, + { + "caption":"Schaltkontakt", + "name":"Schaltkontakt_Stufe", + "width":"400px", + "add":0, + "edit":{ + "type":"SelectVariable" + } + } + + ] + }, { "type": "NumberSpinner", "name": "Boilervolumen",