mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Moves PluginLoader to Essentials.Core. Moves IDeviceFactory and IPluginDeviceFactory interfaces to their own files in a better locatino
This commit is contained in:
parent
0facecc682
commit
4bf1da36e2
5 changed files with 470 additions and 13 deletions
|
|
@ -62,7 +62,7 @@ namespace PepperDash.Essentials.Core
|
|||
ConfigWriter.UpdateDeviceConfig(config);
|
||||
}
|
||||
|
||||
public class Factory : EssentialsDevice.Factory
|
||||
public class Factory : Essentials.Core.Factory
|
||||
{
|
||||
#region IDeviceFactory Members
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue