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