Adds some comments, initializes JoinMaps in EiscApi and moves GenericComm factory to new methodology

This commit is contained in:
Neil Dorin
2020-04-03 19:43:06 -06:00
parent 9d7f5af26e
commit 43e57ab6d1
3 changed files with 15 additions and 9 deletions

View File

@@ -290,12 +290,13 @@ namespace PepperDash.Essentials
/// </summary>
public void LoadDevices()
{
// Instantiate the Device Factories
new CoreDeviceFactory();
// Build the processor wrapper class
DeviceManager.AddDevice(new PepperDash.Essentials.Core.Devices.CrestronProcessor("processor"));
// Add global System Monitor device
DeviceManager.AddDevice(new PepperDash.Essentials.Core.Monitoring.SystemMonitorController("systemMonitor"));