diff --git a/src/PepperDash.Essentials.Core/Factory/DeviceFactory.cs b/src/PepperDash.Essentials.Core/Factory/DeviceFactory.cs index 0a7c742d..bfc32661 100644 --- a/src/PepperDash.Essentials.Core/Factory/DeviceFactory.cs +++ b/src/PepperDash.Essentials.Core/Factory/DeviceFactory.cs @@ -1,4 +1,6 @@ extern alias Full; + +using Crestron.SimplSharp; using Crestron.SimplSharp.Reflection; using Full.Newtonsoft.Json.Linq; using PepperDash.Core; diff --git a/src/PepperDash.Essentials.Core/Room/EssentialsRoomBase.cs b/src/PepperDash.Essentials.Core/Room/EssentialsRoomBase.cs index cf0aa1f1..abfc34b8 100644 --- a/src/PepperDash.Essentials.Core/Room/EssentialsRoomBase.cs +++ b/src/PepperDash.Essentials.Core/Room/EssentialsRoomBase.cs @@ -1,6 +1,4 @@ -extern alias Full; - -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Text; @@ -13,8 +11,6 @@ using PepperDash.Essentials.Core.Config; using PepperDash.Essentials.Core.Devices; using PepperDash.Essentials.Core.DeviceTypeInterfaces; -using Full.Newtonsoft.Json; - namespace PepperDash.Essentials.Core { ///