mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
fix: move UDMApi classes to PepperDash.Essentials.Core namespace
This commit is contained in:
parent
9ef23cfcfe
commit
1c5e75b025
6 changed files with 17 additions and 5 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue