mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
fix: corrects issue #951, c2nio incorrect factory reference
This commit is contained in:
parent
a7db15d9fd
commit
59b18d713b
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ namespace PepperDash.Essentials.Core.CrestronIO
|
|||
#endregion
|
||||
}
|
||||
|
||||
public class C2NIoControllerFactory : EssentialsDeviceFactory<C2nRthsController>
|
||||
public class C2NIoControllerFactory : EssentialsDeviceFactory<C2NIoController>
|
||||
{
|
||||
public C2NIoControllerFactory()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue