Update the AcDCgrowaat and sinexcle with common name for the front end : InverterRecord
This commit is contained in:
parent
a2b70086ea
commit
d067c5a57d
|
|
@ -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; }
|
||||
}
|
||||
|
|
@ -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; }
|
||||
}
|
||||
Loading…
Reference in New Issue