using InnovEnergy.Lib.StatusApi.Connections; namespace InnovEnergy.Lib.StatusApi.Devices; public abstract class ThreePhasePvInverter : ThreePhaseAcDevice , IPvCoupledDevice { public IReadOnlyList Strings { get; init; } = ArraySegment.Empty; }