mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 20:47:04 +00:00
MicrophonePrivacyController progress
This commit is contained in:
parent
8a9a8ac6a7
commit
bc47c65e48
10 changed files with 203 additions and 64 deletions
|
|
@ -6,8 +6,11 @@ using Crestron.SimplSharp;
|
|||
|
||||
namespace PepperDash.Essentials.Core.Crestron_IO
|
||||
{
|
||||
/// <summary>
|
||||
/// Represents a device that provides digital input
|
||||
/// </summary>
|
||||
public interface IDigitalInput
|
||||
{
|
||||
|
||||
BoolFeedback InputStateFeedback { get; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue