diff --git a/PepperDashEssentials/UI/EssentialsTouchpanelController.cs b/PepperDashEssentials/UI/EssentialsTouchpanelController.cs index 841015db..c088e34c 100644 --- a/PepperDashEssentials/UI/EssentialsTouchpanelController.cs +++ b/PepperDashEssentials/UI/EssentialsTouchpanelController.cs @@ -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); diff --git a/essentials-framework b/essentials-framework index 82872ebb..69dd391d 160000 --- a/essentials-framework +++ b/essentials-framework @@ -1 +1 @@ -Subproject commit 82872ebb8e1093d1426466d301bc0613eac4354b +Subproject commit 69dd391d195819de8033b8ad1a5d2ea62f4de3f1