Temp commit to save progress before switching branches to debug NYU items.

This commit is contained in:
Neil Dorin
2017-11-02 10:54:15 -06:00
parent a0817307b1
commit d1197329f3
3 changed files with 70 additions and 4 deletions

View File

@@ -30,6 +30,8 @@ namespace PepperDash.Essentials.Core.Crestron_IO
InputPort = inputPort;
InputPort.SetVersiportConfiguration(eVersiportConfiguration.DigitalInput);
InputPort.VersiportChange += new VersiportEventHandler(InputPort_VersiportChange);
}
@@ -39,4 +41,10 @@ namespace PepperDash.Essentials.Core.Crestron_IO
InputStateFeedback.FireUpdate();
}
}
public class GenericVersiportInputDeviceConfigProperties
{
}
}