2023-02-26 09:38:28 +00:00
|
|
|
using InnovEnergy.Lib.StatusApi.Connections;
|
|
|
|
using InnovEnergy.Lib.Units.Composite;
|
|
|
|
|
|
|
|
namespace InnovEnergy.Lib.StatusApi;
|
|
|
|
|
2023-02-26 18:20:43 +00:00
|
|
|
public abstract record SinglePhaseInverterStatus(Ac1Phase Ac, DcPhase Dc) :
|
2023-02-26 09:38:28 +00:00
|
|
|
DeviceStatus,
|
|
|
|
IAc1Connection,
|
|
|
|
IDcConnection;
|