mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
Various Occsensor Fixes From Beta Build
This commit is contained in:
parent
1cf5aafa03
commit
891feecca1
6 changed files with 25 additions and 11 deletions
|
|
@ -44,7 +44,10 @@ namespace PepperDash.Essentials.DM.AirMedia
|
|||
|
||||
DeviceConfig = dc;
|
||||
|
||||
PropertiesConfig = props;
|
||||
PropertiesConfig = props;
|
||||
|
||||
InputPorts = new RoutingPortCollection<RoutingInputPort>();
|
||||
OutputPorts = new RoutingPortCollection<RoutingOutputPort>();
|
||||
|
||||
InputPorts.Add(new RoutingInputPort(DmPortName.Osd, eRoutingSignalType.Audio | eRoutingSignalType.Video,
|
||||
eRoutingPortConnectionType.None, new Action(SelectPinPointUxLandingPage), this));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue