mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 20:47:04 +00:00
add property to get IR Commands for Essentials
This commit is contained in:
parent
ceef883ad8
commit
7248e90762
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue