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

11 lines
177 B
C#
Raw Normal View History

2023-03-01 09:53:34 +00:00
using InnovEnergy.Lib.StatusApi;
2023-02-16 12:57:06 +00:00
namespace InnovEnergy.Lib.Devices.EmuMeter;
2023-03-01 12:35:33 +00:00
public record EmuMeterStatus : PowerMeterStatus
{
// TODO add serial nb, (and other?)
}
2023-02-16 12:57:06 +00:00