Several workflow features.

This commit is contained in:
Heath Volmer 2017-02-09 15:27:19 -07:00
parent f9225c4bd9
commit 227ce575fa
19 changed files with 165 additions and 111 deletions

View file

@ -8,6 +8,18 @@ using PepperDash.Essentials.Core;
namespace PepperDash.Essentials
{
/// <summary>
///
/// </summary>
public interface IHasCurrentSourceInfoChange
{
event SourceInfoChangeHandler CurrentSourceInfoChange;
}
/// <summary>
///
/// </summary>
public class EssentialsRoomBase : Device
{
public EssentialsRoomBase(string key, string name) : base(key, name)