mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 20:47:04 +00:00
Merge and a whole bunch of work before committing merge, moron
This commit is contained in:
commit
1371c728c5
25 changed files with 2809 additions and 2227 deletions
|
|
@ -4,6 +4,8 @@ using System.Linq;
|
|||
using System.Text;
|
||||
using Crestron.SimplSharp;
|
||||
|
||||
using PepperDash.Essentials.Core;
|
||||
|
||||
namespace PepperDash.Essentials.Room.Cotija
|
||||
{
|
||||
/// <summary>
|
||||
|
|
@ -24,6 +26,8 @@ namespace PepperDash.Essentials
|
|||
/// </summary>
|
||||
public interface IHasCurrentSourceInfoChange
|
||||
{
|
||||
string CurrentSourceInfoKey { get; }
|
||||
SourceListItem CurrentSourceInfo { get; }
|
||||
event SourceInfoChangeHandler CurrentSingleSourceChange;
|
||||
}
|
||||
|
||||
|
|
@ -43,7 +47,7 @@ namespace PepperDash.Essentials
|
|||
/// </summary>
|
||||
public interface IRunDefaultPresentRoute
|
||||
{
|
||||
void RunDefaultPresentRoute();
|
||||
bool RunDefaultPresentRoute();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
@ -51,6 +55,6 @@ namespace PepperDash.Essentials
|
|||
/// </summary>
|
||||
public interface IRunDefaultCallRoute : IRunDefaultPresentRoute
|
||||
{
|
||||
void RunDefaultCallRoute();
|
||||
bool RunDefaultCallRoute();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue