mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Temp commit to save progress before switching branches to debug NYU items.
This commit is contained in:
parent
a0817307b1
commit
d1197329f3
3 changed files with 70 additions and 4 deletions
|
|
@ -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
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue