Added MinimumEssentialsFrameworkVersion to plugin interface

This commit is contained in:
bitm0de
2020-02-15 15:10:22 -07:00
parent c420e06540
commit 86dcd066fe

View File

@@ -5,6 +5,7 @@ namespace PepperDash.Essentials.Core.Plugins
{
public interface IPluginDeviceConfig
{
string MinimumEssentialsFrameworkVersion { get; }
IKeyed BuildDevice(DeviceConfig dc);
}
}