Fixed Touchpanel controller to spin up a 560

This commit is contained in:
Heath Volmer
2017-08-16 15:54:39 -06:00
parent 85683ea9fa
commit 394be710a4
7 changed files with 2 additions and 0 deletions

View File

@@ -48,6 +48,8 @@ namespace PepperDash.Essentials
app.ParameterProjectName.Value = props.ProjectName; app.ParameterProjectName.Value = props.ProjectName;
Panel = app; Panel = app;
} }
else if (type == "tsw560")
Panel = new Tsw560(id, Global.ControlSystem);
else if (type == "tsw752") else if (type == "tsw752")
Panel = new Tsw752(id, Global.ControlSystem); Panel = new Tsw752(id, Global.ControlSystem);
else if (type == "tsw1052") else if (type == "tsw1052")