mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 12:44:58 +00:00
fix namespace issue
This commit is contained in:
@@ -19,7 +19,7 @@ using PepperDash.Essentials.Room.Config;
|
|||||||
//using PepperDash.Essentials.Room.MobileControl;
|
//using PepperDash.Essentials.Room.MobileControl;
|
||||||
|
|
||||||
using Newtonsoft.Json;
|
using Newtonsoft.Json;
|
||||||
using PepperDash_Essentials_Core.DeviceTypeInterfaces;
|
using PepperDash.Essentials.Core.DeviceTypeInterfaces;
|
||||||
|
|
||||||
namespace PepperDash.Essentials
|
namespace PepperDash.Essentials
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
using PepperDash.Core;
|
using PepperDash.Core;
|
||||||
using PepperDash.Essentials.Core;
|
|
||||||
|
|
||||||
namespace PepperDash_Essentials_Core.DeviceTypeInterfaces
|
namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
|
||||||
{
|
{
|
||||||
public interface IMobileControl:IKeyed
|
public interface IMobileControl:IKeyed
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user