From 848d821c6cd2773f1b25aab06ae25fc6030cf0ff Mon Sep 17 00:00:00 2001 From: atef Date: Fri, 13 Feb 2026 10:03:48 +0100 Subject: [PATCH] add the oldK2 for Tschireen --- csharp/App/SaliMax/src/SaliMaxRelays/IRelaysRecord.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/csharp/App/SaliMax/src/SaliMaxRelays/IRelaysRecord.cs b/csharp/App/SaliMax/src/SaliMaxRelays/IRelaysRecord.cs index 3e165b0ae..176277a49 100644 --- a/csharp/App/SaliMax/src/SaliMaxRelays/IRelaysRecord.cs +++ b/csharp/App/SaliMax/src/SaliMaxRelays/IRelaysRecord.cs @@ -9,6 +9,7 @@ public interface IRelaysRecord Boolean FiWarning { get; } Boolean FiError { get; } Boolean K2ConnectIslandBusToGridBus { get; set; } + Boolean OldK2ConnectIslandBusToGridBus { get; set; } // Boolean Inverter1WagoRelay { get; set; } // to add in the future // Boolean Inverter2WagoRelay { get; set; } // to add in the future