mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 04:26:49 +00:00
Moved MicrophonePrivacyController to Devices Common. Fixed references
This commit is contained in:
parent
bc47c65e48
commit
a0817307b1
10 changed files with 50 additions and 23 deletions
|
|
@ -9,9 +9,9 @@ namespace PepperDash.Essentials.Core.Crestron_IO
|
|||
{
|
||||
public class GenericDigitalInputDevice : IDigitalInput
|
||||
{
|
||||
DigitalInput InputPort { get; private set; }
|
||||
public DigitalInput InputPort { get; private set; }
|
||||
|
||||
BoolFeedback InputStateFeedback { get; private set; }
|
||||
public BoolFeedback InputStateFeedback { get; private set; }
|
||||
|
||||
Func<bool> InputStateFeedbackFunc
|
||||
{
|
||||
|
|
@ -35,5 +35,6 @@ namespace PepperDash.Essentials.Core.Crestron_IO
|
|||
{
|
||||
InputStateFeedback.FireUpdate();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue