2023-02-26 09:38:28 +00:00
|
|
|
using InnovEnergy.Lib.StatusApi.Connections;
|
|
|
|
using InnovEnergy.Lib.Units.Composite;
|
|
|
|
|
|
|
|
namespace InnovEnergy.Lib.StatusApi;
|
|
|
|
|
2023-04-04 08:23:29 +00:00
|
|
|
#pragma warning disable CS8618
|
|
|
|
|
|
|
|
public record PowerMeterStatus : IAc3Connection
|
2023-03-01 07:07:26 +00:00
|
|
|
{
|
2023-03-01 09:52:54 +00:00
|
|
|
public Ac3Bus Ac { get; init; }
|
2023-03-01 07:07:26 +00:00
|
|
|
}
|