diff --git a/essentials-framework/Essentials Core/PepperDashEssentialsBase/Device Info/DeviceInfo.cs b/essentials-framework/Essentials Core/PepperDashEssentialsBase/Device Info/DeviceInfo.cs index 1b235ed2..9b03ec11 100644 --- a/essentials-framework/Essentials Core/PepperDashEssentialsBase/Device Info/DeviceInfo.cs +++ b/essentials-framework/Essentials Core/PepperDashEssentialsBase/Device Info/DeviceInfo.cs @@ -2,6 +2,10 @@ { public class DeviceInfo { - + public string HostName { get; set; } + public string IpAddress { get; set; } + public string MacAddress { get; set; } + public string SerialNumber { get; set; } + public string FirmwareVersion { get; set; } } } \ No newline at end of file