Updates to device factory methodology for use in plugins

This commit is contained in:
Neil Dorin
2020-04-01 14:18:26 -06:00
parent f0010a7625
commit fcc2a5db06
5 changed files with 36 additions and 25 deletions

View File

@@ -96,7 +96,7 @@ namespace PepperDash.Essentials.Core
{
public CoreDeviceFactory()
{
var genComm = new GenericComm.Factory() as IDeviceFactory;
var genComm = new GenericCommFactory() as IDeviceFactory;
genComm.LoadTypeFactories();
}
}

View File

@@ -4,6 +4,9 @@ using System.Linq;
using System.Text;
using Crestron.SimplSharp;
using PepperDash.Core;
using PepperDash.Essentials.Core.Config;
namespace PepperDash.Essentials.Core
{
/// <summary>