mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
Several workflow features.
This commit is contained in:
parent
f9225c4bd9
commit
227ce575fa
19 changed files with 165 additions and 111 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue