mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-14 12:15:01 +00:00
Resolves issue with GenericRelay factory not returning device if portDeviceKey maps to a device that is not of type CrestronControlSystem
This commit is contained in:
@@ -356,8 +356,6 @@ namespace PepperDash.Essentials
|
|||||||
newDev = PepperDash.Essentials.DM.DeviceFactory.GetDevice(devConf);
|
newDev = PepperDash.Essentials.DM.DeviceFactory.GetDevice(devConf);
|
||||||
if (newDev == null)
|
if (newDev == null)
|
||||||
newDev = PepperDash.Essentials.Devices.Displays.DisplayDeviceFactory.GetDevice(devConf);
|
newDev = PepperDash.Essentials.Devices.Displays.DisplayDeviceFactory.GetDevice(devConf);
|
||||||
if (newDev == null)
|
|
||||||
newDev = PepperDash.Essentials.BridgeFactory.GetDevice(devConf);
|
|
||||||
|
|
||||||
//if (newDev == null) // might want to consider the ability to override an essentials "type"
|
//if (newDev == null) // might want to consider the ability to override an essentials "type"
|
||||||
//{
|
//{
|
||||||
|
|||||||
Submodule essentials-framework updated: 2c636c3347...11f52e170e
Reference in New Issue
Block a user