From d067c5a57d91af71c74a84e9303c5fcf34a98871 Mon Sep 17 00:00:00 2001 From: atef Date: Wed, 12 Nov 2025 16:09:22 +0100 Subject: [PATCH] Update the AcDCgrowaat and sinexcle with common name for the front end : InverterRecord --- csharp/App/GrowattCommunication/ESS/StatusRecord.cs | 2 +- csharp/App/SinexcelCommunication/ESS/StatusRecord.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/csharp/App/GrowattCommunication/ESS/StatusRecord.cs b/csharp/App/GrowattCommunication/ESS/StatusRecord.cs index 8b34c42ff..8b0e94e81 100644 --- a/csharp/App/GrowattCommunication/ESS/StatusRecord.cs +++ b/csharp/App/GrowattCommunication/ESS/StatusRecord.cs @@ -5,6 +5,6 @@ namespace InnovEnergy.App.GrowattCommunication.ESS; public record StatusRecord { - public required WITGrowatRecord AcDcGrowatt { get; set; } + public required WITGrowatRecord InverterRecord { get; set; } public required Config Config { get; set; } } \ No newline at end of file diff --git a/csharp/App/SinexcelCommunication/ESS/StatusRecord.cs b/csharp/App/SinexcelCommunication/ESS/StatusRecord.cs index 5941bf755..88a9a04b3 100644 --- a/csharp/App/SinexcelCommunication/ESS/StatusRecord.cs +++ b/csharp/App/SinexcelCommunication/ESS/StatusRecord.cs @@ -5,6 +5,6 @@ namespace InnovEnergy.App.SinexcelCommunication.ESS; public record StatusRecord { - public required SinexcelRecord SinexcelRecord { get; set; } + public required SinexcelRecord InverterRecord { get; set; } public required Config Config { get; set; } } \ No newline at end of file