From 827315c3ccff1774b9a3d2bd8a3ec782cea9e5fc Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Fri, 17 Apr 2020 09:31:55 -0600 Subject: [PATCH] fixes namespace for EssentialsBridgeableDevice --- .../Devices/EssentialsBridgeableDevice.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/essentials-framework/Essentials Core/PepperDashEssentialsBase/Devices/EssentialsBridgeableDevice.cs b/essentials-framework/Essentials Core/PepperDashEssentialsBase/Devices/EssentialsBridgeableDevice.cs index 36c5c692..a4c4ca10 100644 --- a/essentials-framework/Essentials Core/PepperDashEssentialsBase/Devices/EssentialsBridgeableDevice.cs +++ b/essentials-framework/Essentials Core/PepperDashEssentialsBase/Devices/EssentialsBridgeableDevice.cs @@ -1,8 +1,7 @@ using Crestron.SimplSharpPro.DeviceSupport; -using PepperDash.Essentials.Core; using PepperDash.Essentials.Core.Bridges; -namespace PepperDash_Essentials_Core.Devices +namespace PepperDash.Essentials.Core { public abstract class EssentialsBridgeableDevice:EssentialsDevice, IBridgeAdvanced {