Innovenergy_trunk/csharp/Lib/StatusApi/Devices/SinglePhaseAcDevice.cs

6 lines
173 B
C#

using InnovEnergy.Lib.StatusApi.Connections;
namespace InnovEnergy.Lib.StatusApi.Devices;
public abstract record SinglePhaseAcDevice(SinglePhaseAcConnection Ac) : Device;