From 72a5491309e35a671330e2fb77d61c6ed0fd00be Mon Sep 17 00:00:00 2001 From: Neil Dorin Date: Wed, 15 Dec 2021 12:04:15 -0700 Subject: [PATCH] feat(essentails): #869 Adds Apple TV Driver --- IR Drivers/Apple_AppleTV_4th_Gen_Essentials.ir | Bin 0 -> 688 bytes .../Streaming/AppleTV.cs | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 IR Drivers/Apple_AppleTV_4th_Gen_Essentials.ir diff --git a/IR Drivers/Apple_AppleTV_4th_Gen_Essentials.ir b/IR Drivers/Apple_AppleTV_4th_Gen_Essentials.ir new file mode 100644 index 0000000000000000000000000000000000000000..f112ee8b727f116f905ee390f4109284a89cf03c GIT binary patch literal 688 zcma)(T}uK%6o%)Vncb0!1uqi4Te=Ocm7)?avWyT6#5KF+sixOT_E z5B3Rq;;U%4Y`4+Y>vmIgbW`;1MURaDQX>Sw4#FkHGlu61T&Wo6N?#evcQ!^~V+yJ7 z#eK7qE|;q5V{>o8$gCUN8Do2AEB*s=3@9*AKm{(lRf=hqmc_NpS=DY?E>{j5SM*f% zNI3l^UTHTT)+&wuoxtBbSSy$!%OpW|NrBYKBb+Kvnj?Tx>RqqMBYWu*cHRfxjOB5L zJ@MJ$JXX&8tjsxK=?okA4zcK^&p{s6MUTowQT literal 0 HcmV?d00001 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 709afb72..07df3602 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 @@ -19,7 +19,7 @@ namespace PepperDash.Essentials.Devices.Common public class AppleTV : EssentialsBridgeableDevice, IDPad, ITransport, IUiDisplayInfo, IRoutingOutputs { public IrOutputPortController IrPort { get; private set; } - public const string StandardDriverName = "Apple AppleTV-v2.ir"; + public const string StandardDriverName = "Apple_AppleTV_4th_Gen_Essentials.ir"; public uint DisplayUiType { get { return DisplayUiConstants.TypeAppleTv; } } public AppleTV(string key, string name, IrOutputPortController portCont)