Update the AcDCgrowaat and sinexcle with common name for the front end : InverterRecord

This commit is contained in:
atef 2025-11-12 16:09:22 +01:00
parent a2b70086ea
commit d067c5a57d
2 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,6 @@ namespace InnovEnergy.App.GrowattCommunication.ESS;
public record StatusRecord public record StatusRecord
{ {
public required WITGrowatRecord AcDcGrowatt { get; set; } public required WITGrowatRecord InverterRecord { get; set; }
public required Config Config { get; set; } public required Config Config { get; set; }
} }

View File

@ -5,6 +5,6 @@ namespace InnovEnergy.App.SinexcelCommunication.ESS;
public record StatusRecord public record StatusRecord
{ {
public required SinexcelRecord SinexcelRecord { get; set; } public required SinexcelRecord InverterRecord { get; set; }
public required Config Config { get; set; } public required Config Config { get; set; }
} }