mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-06 08:16:11 +00:00
Rebuit Changes from dead ecs-541 branch
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using Crestron.SimplSharp;
|
||||
|
||||
namespace PepperDash.Essentials.Core
|
||||
{
|
||||
/// <summary>
|
||||
/// Indicates that the device has the capability to share sources outside the local room
|
||||
/// </summary>
|
||||
public interface IHasSharing
|
||||
{
|
||||
void StartSharing();
|
||||
void StopSharing();
|
||||
|
||||
StringFeedback SharingSourceFeedback { get; }
|
||||
}
|
||||
}
|
||||
@@ -104,7 +104,6 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Devices\CodecInterfaces.cs" />
|
||||
<Compile Include="Devices\IHasSharing.cs" />
|
||||
<Compile Include="Global\JobTimer.cs" />
|
||||
<Compile Include="Ramps and Increments\ActionIncrementer.cs" />
|
||||
<Compile Include="Comm and IR\CommFactory.cs" />
|
||||
|
||||
Reference in New Issue
Block a user