10 lines
319 B
C#
10 lines
319 B
C#
using InnovEnergy.App.SinexcelCommunication.SystemConfig;
|
|
using InnovEnergy.Lib.Devices.Sinexcel_12K_TL;
|
|
|
|
namespace InnovEnergy.App.SinexcelCommunication.ESS;
|
|
|
|
public record StatusRecord
|
|
{
|
|
public required SinexcelRecord SinexcelRecord { get; set; }
|
|
public required Config Config { get; set; }
|
|
} |