Skip to content

Commit 72a5491

Browse files
committedDec 15, 2021
feat(essentails): #869 Adds Apple TV Driver
1 parent 03f01b2 commit 72a5491

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
 
688 Bytes
Binary file not shown.

‎essentials-framework/Essentials Devices Common/Essentials Devices Common/Streaming/AppleTV.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace PepperDash.Essentials.Devices.Common
1919
public class AppleTV : EssentialsBridgeableDevice, IDPad, ITransport, IUiDisplayInfo, IRoutingOutputs
2020
{
2121
public IrOutputPortController IrPort { get; private set; }
22-
public const string StandardDriverName = "Apple AppleTV-v2.ir";
22+
public const string StandardDriverName = "Apple_AppleTV_4th_Gen_Essentials.ir";
2323
public uint DisplayUiType { get { return DisplayUiConstants.TypeAppleTv; } }
2424

2525
public AppleTV(string key, string name, IrOutputPortController portCont)

0 commit comments

Comments
 (0)
Please sign in to comment.