Innovenergy_trunk/csharp/Lib/StatusApi/Connections/IAc1Connection.cs

8 lines
151 B
C#

using InnovEnergy.Lib.Units.Composite;
namespace InnovEnergy.Lib.StatusApi.Connections;
public interface IAc1Connection
{
Ac1Phase Ac1 { get; }
}