fixes namespace for EssentialsBridgeableDevice

This commit is contained in:
Andrew Welker
2020-04-17 09:31:55 -06:00
parent 31418fd469
commit 827315c3cc

View File

@@ -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
{