mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 20:54:55 +00:00
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user