using InnovEnergy.Lib.StatusApi.Connections; namespace InnovEnergy.Lib.StatusApi.Devices; public abstract class SinglePhaseAcDevice : Device { public SinglePhaseAcConnection Ac { get; init; } = SinglePhaseAcConnection.Null; }