diff --git a/essentials-framework/Essentials Core/PepperDashEssentialsBase/Plugins/IPluginDeviceConfig.cs b/essentials-framework/Essentials Core/PepperDashEssentialsBase/Plugins/IPluginDeviceConfig.cs index b131437d..7ac894c6 100644 --- a/essentials-framework/Essentials Core/PepperDashEssentialsBase/Plugins/IPluginDeviceConfig.cs +++ b/essentials-framework/Essentials Core/PepperDashEssentialsBase/Plugins/IPluginDeviceConfig.cs @@ -5,6 +5,7 @@ namespace PepperDash.Essentials.Core.Plugins { public interface IPluginDeviceConfig { + string MinimumEssentialsFrameworkVersion { get; } IKeyed BuildDevice(DeviceConfig dc); } } \ No newline at end of file