using InnovEnergy.Lib.StatusApi.Connections; namespace InnovEnergy.Lib.StatusApi.Devices; public abstract record Mppt ( DcConnection Dc, IReadOnlyList Strings ) : DcDevice(Dc), IPvCoupledDevice;