Innovenergy_trunk/csharp/App/SodiStoreMax/src/Devices/SalimaxDevice.cs

8 lines
185 B
C#

using InnovEnergy.Lib.Utils.Net;
namespace InnovEnergy.App.SodiStoreMax.Devices;
public class SalimaxDevice : Ip4Address
{
public required DeviceState DeviceState { get; init; }
}