mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
called the method to print expected IR values
This commit is contained in:
parent
1e676f5a6b
commit
635b4d2432
1 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,8 @@ namespace PepperDash.Essentials.Devices.Common
|
|||
AnyAudioOut = new RoutingOutputPort(RoutingPortNames.AnyAudioOut, eRoutingSignalType.Audio,
|
||||
eRoutingPortConnectionType.DigitalAudio, null, this);
|
||||
OutputPorts = new RoutingPortCollection<RoutingOutputPort> { HdmiOut, AnyAudioOut };
|
||||
|
||||
PrintExpectedIrCommands();
|
||||
}
|
||||
|
||||
public void PrintExpectedIrCommands()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue