Innovenergy_trunk/csharp/Lib/Devices/AMPT/AmptStatus.cs

10 lines
230 B
C#

using InnovEnergy.Lib.StatusApi;
using InnovEnergy.Lib.Units;
namespace InnovEnergy.Lib.Devices.AMPT;
public record AmptStatus : MpptStatus
{
public Energy ProductionToday { get; init; } // converted to kW in AmptCU class
}