mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 04:26:49 +00:00
Fixed Touchpanel controller to spin up a 560
This commit is contained in:
parent
85683ea9fa
commit
394be710a4
7 changed files with 2 additions and 0 deletions
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.
Loading…
Add table
Add a link
Reference in a new issue