From 635b4d2432a318f508390a73078987680ab4da4f Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Tue, 1 Sep 2020 09:27:36 -0600 Subject: [PATCH] called the method to print expected IR values --- .../Essentials Devices Common/Streaming/AppleTV.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/essentials-framework/Essentials Devices Common/Essentials Devices Common/Streaming/AppleTV.cs b/essentials-framework/Essentials Devices Common/Essentials Devices Common/Streaming/AppleTV.cs index 143b48bb..709afb72 100644 --- a/essentials-framework/Essentials Devices Common/Essentials Devices Common/Streaming/AppleTV.cs +++ b/essentials-framework/Essentials Devices Common/Essentials Devices Common/Streaming/AppleTV.cs @@ -33,6 +33,8 @@ namespace PepperDash.Essentials.Devices.Common AnyAudioOut = new RoutingOutputPort(RoutingPortNames.AnyAudioOut, eRoutingSignalType.Audio, eRoutingPortConnectionType.DigitalAudio, null, this); OutputPorts = new RoutingPortCollection { HdmiOut, AnyAudioOut }; + + PrintExpectedIrCommands(); } public void PrintExpectedIrCommands()