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

8 lines
169 B
C#

using InnovEnergy.Lib.Units.Composite;
namespace InnovEnergy.App.SodiStoreMax.Devices;
public class AcPowerDevice
{
public required AcPower Power { get; init; }
}