mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-30 21:04:48 +00:00
add DeviceInfo class
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user