mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Updates device factory methodology for Essentials Core and Essential DM libraries
This commit is contained in:
parent
f75d884986
commit
c5232ca6b8
12 changed files with 242 additions and 124 deletions
|
|
@ -46,7 +46,7 @@ namespace PepperDash.Essentials.Core
|
|||
{
|
||||
foreach (var typeName in TypeNames)
|
||||
{
|
||||
DeviceFactory.AddFactoryForType(typeName, BuildDevice);
|
||||
DeviceFactory.AddFactoryForType(typeName.ToLower(), BuildDevice);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue