add property to get IR Commands for Essentials

This commit is contained in:
Andrew Welker
2020-09-03 00:01:25 -06:00
parent ceef883ad8
commit 7248e90762

View File

@@ -19,6 +19,8 @@ namespace PepperDash_Essentials_Core.Devices
private readonly IrOutputPortController _port;
public string[] IrCommands {get { return _port.IrFileCommands; }}
public GenericIrController(string key, string name, IrOutputPortController irPort) : base(key, name)
{
_port = irPort;