Delete salimax device not needed
This commit is contained in:
parent
c94d9ecf31
commit
f40f0be056
|
|
@ -1,13 +0,0 @@
|
||||||
using InnovEnergy.Lib.Utils.Net;
|
|
||||||
|
|
||||||
namespace InnovEnergy.App.SinexcelCommunication;
|
|
||||||
|
|
||||||
public class SalimaxDevice : Ip4Address
|
|
||||||
{
|
|
||||||
public required DeviceState DeviceState { get; init; }
|
|
||||||
|
|
||||||
public override String ToString() => $"{base.ToString()} ({DeviceState})";
|
|
||||||
|
|
||||||
public override int GetHashCode() => HashCode.Combine(base.GetHashCode(), DeviceState);
|
|
||||||
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue