10 lines
313 B
C#
10 lines
313 B
C#
using InnovEnergy.App.GrowattCommunication.SystemConfig;
|
|
using InnovEnergy.Lib.Devices.WITGrowatt4_15K;
|
|
|
|
namespace InnovEnergy.App.GrowattCommunication.ESS;
|
|
|
|
public record StatusRecord
|
|
{
|
|
public required WITGrowatRecord AcDcGrowatt { get; set; }
|
|
public required Config Config { get; set; }
|
|
} |