Innovenergy_trunk/csharp/App/SodiStoreMax/src/Devices/DcPowerDevice.cs

8 lines
165 B
C#

using InnovEnergy.Lib.Units.Power;
namespace InnovEnergy.App.SodiStoreMax.Devices;
public class DcPowerDevice
{
public required DcPower Power { get; init; }
}