mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-14 20:24:57 +00:00
refactor: rearrange and add solution for 4-series
This commit is contained in:
11
src/PepperDash.Essentials.Core/Device Info/DeviceInfo.cs
Normal file
11
src/PepperDash.Essentials.Core/Device Info/DeviceInfo.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace PepperDash.Essentials.Core.DeviceInfo
|
||||
{
|
||||
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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user