Innovenergy_trunk/csharp/Lib/Devices/EmuMeter/EmuMeterStatus.cs

11 lines
177 B
C#

using InnovEnergy.Lib.StatusApi;
namespace InnovEnergy.Lib.Devices.EmuMeter;
public record EmuMeterStatus : PowerMeterStatus
{
// TODO add serial nb, (and other?)
}