9 lines
149 B
C#
9 lines
149 B
C#
|
using InnovEnergy.Lib.Units.Composite;
|
||
|
|
||
|
namespace InnovEnergy.Lib.StatusApi.Connections;
|
||
|
|
||
|
|
||
|
public interface IDcConnection
|
||
|
{
|
||
|
DcPhase Dc { get; }
|
||
|
}
|