mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
fixing some namespace issues
This commit is contained in:
parent
7b3ef897fb
commit
89952f3d37
27 changed files with 117 additions and 28 deletions
|
|
@ -1,7 +1,7 @@
|
|||
using Newtonsoft.Json;
|
||||
using PepperDash.Essentials.Core;
|
||||
|
||||
namespace PepperDash_Essentials_Core.Devices
|
||||
namespace PepperDash.Essentials.Core.Devices
|
||||
{
|
||||
public class DestinationListItem
|
||||
{
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ using PepperDash.Essentials.Core;
|
|||
using PepperDash.Essentials.Core.Bridges;
|
||||
using PepperDash.Essentials.Core.Config;
|
||||
|
||||
namespace PepperDash_Essentials_Core.Devices
|
||||
namespace PepperDash.Essentials.Core.Devices
|
||||
{
|
||||
public class GenericIrController: EssentialsBridgeableDevice
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue