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

11 lines
183 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
{
2023-03-08 13:22:57 +00:00
// TODO: additional Measurements, device id
2023-03-01 12:35:33 +00:00
}
2023-02-16 12:57:06 +00:00