mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-11 19:44:52 +00:00
fix: move UDMApi classes to PepperDash.Essentials.Core namespace
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace PepperDash.Essentials.Core.UDMApi
|
||||
namespace PepperDash.Essentials.Core
|
||||
{
|
||||
|
||||
internal class CustomProperties
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace PepperDash.Essentials.Core.UDMApi
|
||||
namespace PepperDash.Essentials.Core
|
||||
{
|
||||
internal class DeviceStatus
|
||||
{
|
||||
|
||||
12
src/PepperDash.Essentials.Core/UDMApi/IUDMAPI.cs
Normal file
12
src/PepperDash.Essentials.Core/UDMApi/IUDMAPI.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace PepperDash.Essentials.Core
|
||||
{
|
||||
internal interface IUDMAPI
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
using System.Collections.Generic;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace PepperDash.Essentials.Core.UDMApi
|
||||
namespace PepperDash.Essentials.Core
|
||||
{
|
||||
/// <summary>
|
||||
/// Represents the complete room response for UDM API
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace PepperDash.Essentials.Core.UDMApi
|
||||
namespace PepperDash.Essentials.Core
|
||||
{
|
||||
internal class StandardProperties
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using Newtonsoft.Json;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace PepperDash.Essentials.Core.UDMApi
|
||||
namespace PepperDash.Essentials.Core
|
||||
{
|
||||
internal class StatusProperties
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user