Fix Variable Names

This commit is contained in:
2026-03-10 09:37:40 +01:00
parent a753f1c7a7
commit b1be14153f
11 changed files with 19 additions and 19 deletions

View File

@@ -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";