mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-14 04:04:58 +00:00
Fixed Touchpanel controller to spin up a 560
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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")
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user