Innovenergy_trunk/csharp/lib/StatusApi/Devices/ThreePhaseAcDevice.cs

5 lines
170 B
C#

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