Adds new event to DeviceManager to indicate that all devices have been activated. Necessary for MicrophonePrivacyManager

#485
This commit is contained in:
Neil Dorin
2020-11-12 12:33:04 -07:00
parent 73addfefe7
commit 3d224496a8
3 changed files with 437 additions and 420 deletions

View File

@@ -41,12 +41,12 @@ namespace PepperDash.Essentials.Core.CrestronIO
{
InputPort = postActivationFunc(config);
InputPort.Register();
InputPort.SetVersiportConfiguration(eVersiportConfiguration.DigitalInput);
if (config.DisablePullUpResistor)
InputPort.DisablePullUpResistor = true;
InputPort.Register();
InputPort.VersiportChange += InputPort_VersiportChange;