mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +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:
parent
8585977f71
commit
ae23e48fd0
2 changed files with 1 additions and 3 deletions
|
|
@ -356,8 +356,6 @@ namespace PepperDash.Essentials
|
|||
newDev = PepperDash.Essentials.DM.DeviceFactory.GetDevice(devConf);
|
||||
if (newDev == null)
|
||||
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"
|
||||
//{
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 2c636c3347a406c4254d895789f40dd183f00ca9
|
||||
Subproject commit 11f52e170e452a2397b3dc0d685abe11345ae424
|
||||
Loading…
Add table
Add a link
Reference in a new issue