diff --git a/csharp/App/SinexcelCommunication/SalimaxDevice.cs b/csharp/App/SinexcelCommunication/SalimaxDevice.cs deleted file mode 100644 index f019ab5e6..000000000 --- a/csharp/App/SinexcelCommunication/SalimaxDevice.cs +++ /dev/null @@ -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); - -} \ No newline at end of file