mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 12:44:58 +00:00
add property to get IR Commands for Essentials
This commit is contained in:
@@ -19,6 +19,8 @@ namespace PepperDash_Essentials_Core.Devices
|
|||||||
|
|
||||||
private readonly IrOutputPortController _port;
|
private readonly IrOutputPortController _port;
|
||||||
|
|
||||||
|
public string[] IrCommands {get { return _port.IrFileCommands; }}
|
||||||
|
|
||||||
public GenericIrController(string key, string name, IrOutputPortController irPort) : base(key, name)
|
public GenericIrController(string key, string name, IrOutputPortController irPort) : base(key, name)
|
||||||
{
|
{
|
||||||
_port = irPort;
|
_port = irPort;
|
||||||
|
|||||||
Reference in New Issue
Block a user