mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
This commit is contained in:
parent
1b7dd2dd2a
commit
84099b1d0b
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ namespace PepperDash.Essentials.Core
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
var irDevice = new IrOutputPortController(config.Key, GetIrOutputPort, config);
|
var irDevice = new IrOutputPortController(config.Key + "-irController", GetIrOutputPort, config);
|
||||||
|
|
||||||
return irDevice;
|
return irDevice;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue