mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 20:54:55 +00:00
fix: move UDMApi classes to PepperDash.Essentials.Core namespace
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
using Newtonsoft.Json;
|
using Newtonsoft.Json;
|
||||||
|
|
||||||
namespace PepperDash.Essentials.Core.UDMApi
|
namespace PepperDash.Essentials.Core
|
||||||
{
|
{
|
||||||
|
|
||||||
internal class CustomProperties
|
internal class CustomProperties
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
using Newtonsoft.Json;
|
using Newtonsoft.Json;
|
||||||
|
|
||||||
namespace PepperDash.Essentials.Core.UDMApi
|
namespace PepperDash.Essentials.Core
|
||||||
{
|
{
|
||||||
internal class DeviceStatus
|
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 System.Collections.Generic;
|
||||||
using Newtonsoft.Json;
|
using Newtonsoft.Json;
|
||||||
|
|
||||||
namespace PepperDash.Essentials.Core.UDMApi
|
namespace PepperDash.Essentials.Core
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Represents the complete room response for UDM API
|
/// Represents the complete room response for UDM API
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
using Newtonsoft.Json;
|
using Newtonsoft.Json;
|
||||||
|
|
||||||
namespace PepperDash.Essentials.Core.UDMApi
|
namespace PepperDash.Essentials.Core
|
||||||
{
|
{
|
||||||
internal class StandardProperties
|
internal class StandardProperties
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
using Newtonsoft.Json;
|
using Newtonsoft.Json;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
||||||
namespace PepperDash.Essentials.Core.UDMApi
|
namespace PepperDash.Essentials.Core
|
||||||
{
|
{
|
||||||
internal class StatusProperties
|
internal class StatusProperties
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user