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