diff --git a/essentials-framework/Essentials Core/PepperDashEssentialsBase/Global/Global.cs b/essentials-framework/Essentials Core/PepperDashEssentialsBase/Global/Global.cs index f0a71436..4a846df7 100644 --- a/essentials-framework/Essentials Core/PepperDashEssentialsBase/Global/Global.cs +++ b/essentials-framework/Essentials Core/PepperDashEssentialsBase/Global/Global.cs @@ -22,6 +22,8 @@ namespace PepperDash.Essentials.Core public static eDevicePlatform Platform { get { return CrestronEnvironment.DevicePlatform; } } + public static Dictionary EthernetAdapterInfoCollection { get; private set; } + public static LicenseManager LicenseManager { get; set; } ///