From 4ef8e8cf1412e07853da62c4a66e58e8075b26bf Mon Sep 17 00:00:00 2001 From: Trevor Payne Date: Tue, 12 May 2020 15:31:03 -0500 Subject: [PATCH] --amend --- .../Essentials_DM/Endpoints/DGEs/Dge100Controller.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/essentials-framework/Essentials DM/Essentials_DM/Endpoints/DGEs/Dge100Controller.cs b/essentials-framework/Essentials DM/Essentials_DM/Endpoints/DGEs/Dge100Controller.cs index 19aba276..4a335c39 100644 --- a/essentials-framework/Essentials DM/Essentials_DM/Endpoints/DGEs/Dge100Controller.cs +++ b/essentials-framework/Essentials DM/Essentials_DM/Endpoints/DGEs/Dge100Controller.cs @@ -27,7 +27,7 @@ namespace PepperDash.Essentials.DM.Endpoints.DGEs public BasicTriListWithSmartObject Panel { get { return _dge; } } - public DeviceConfig _dc; + private DeviceConfig _dc; CrestronTouchpanelPropertiesConfig PropertiesConfig;