mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 04:26:49 +00:00
Update C2nRthsController to use IHasCresnetBranches Interface
Inprogress #297
This commit is contained in:
parent
bfe87ae090
commit
4360dcdca9
3 changed files with 4 additions and 10 deletions
|
|
@ -1,15 +1,9 @@
|
|||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.Generic;
|
||||
using Crestron.SimplSharpPro;
|
||||
using Crestron.SimplSharpPro.DeviceSupport;
|
||||
using Crestron.SimplSharpPro.GeneralIO;
|
||||
using Newtonsoft.Json;
|
||||
using PepperDash.Core;
|
||||
using PepperDash.Essentials.Core.Bridges;
|
||||
using PepperDash.Essentials.Core.Config;
|
||||
using System.Linq;
|
||||
using PepperDash_Essentials_Core.Crestron_IO.DinCenCn;
|
||||
|
||||
|
||||
namespace PepperDash.Essentials.Core
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ using Crestron.SimplSharp;
|
|||
using Crestron.SimplSharpPro;
|
||||
using Crestron.SimplSharpPro.DeviceSupport;
|
||||
|
||||
namespace PepperDash_Essentials_Core.Crestron_IO.DinCenCn
|
||||
namespace PepperDash.Essentials.Core
|
||||
{
|
||||
public interface IHasCresnetBranches
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue