Fix Variable Names
This commit is contained in:
@@ -155,8 +155,8 @@ public sealed partial class HotCoolPlatePageVM : ObservableValidator, IDisposabl
|
||||
HotPlateTargetTemperature = new AnalogValueVM(_adsManager, _variableName + ".stHotplate.stSetpoint", false);
|
||||
CoolPlateTargetTemperature = new AnalogValueVM(_adsManager, _variableName + ".stCoolplate.stSetpoint", false);
|
||||
|
||||
HotplatePackMLControlVm = new(_adsManager, _variableName + "stHotplate.stStationCmds");
|
||||
CoolplatePackMLControlVm = new(_adsManager, _variableName + "stCoolplate.stStationCmds");
|
||||
HotplatePackMLControlVm = new(_adsManager, _variableName + ".stHotplate.stStationCmds");
|
||||
CoolplatePackMLControlVm = new(_adsManager, _variableName + ".stCoolplate.stStationCmds");
|
||||
|
||||
HotplatePackMLControlVm.STitle = "Heizplatte";
|
||||
CoolplatePackMLControlVm.STitle = "Kühlplatte";
|
||||
|
||||
Reference in New Issue
Block a user