mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-02 06:14:52 +00:00
Started on DgeController
This commit is contained in:
@@ -65,6 +65,11 @@ namespace PepperDash.Essentials
|
||||
Panel = new Tsw1052(id, Global.ControlSystem);
|
||||
else if (type == "tsw1060")
|
||||
Panel = new Tsw1060(id, Global.ControlSystem);
|
||||
else if (type.Contains("dge"))
|
||||
{
|
||||
// TODO: Figure out how to get the trilist from a DgeController device
|
||||
//Panel =
|
||||
}
|
||||
else
|
||||
{
|
||||
Debug.Console(0, this, Debug.ErrorLogLevel.Notice, "WARNING: Cannot create TSW controller with type '{0}'", type);
|
||||
|
||||
Submodule essentials-framework updated: 82872ebb8e...69dd391d19
Reference in New Issue
Block a user