mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-14 13:07:18 +00:00
Commit before switching branches
This commit is contained in:
parent
c2665f0225
commit
d98b7e837a
6 changed files with 26 additions and 31 deletions
|
|
@ -235,6 +235,8 @@ namespace PepperDash.Essentials
|
|||
var newDev = DeviceFactory.GetDevice(devConf);
|
||||
|
||||
// Then associated library factories
|
||||
if (newDev == null)
|
||||
newDev = PepperDash.Essentials.Core.DeviceFactory.GetDevice(devConf);
|
||||
if (newDev == null)
|
||||
newDev = PepperDash.Essentials.Devices.Common.DeviceFactory.GetDevice(devConf);
|
||||
if (newDev == null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue