11 lines
291 B
C#
11 lines
291 B
C#
using InnovEnergy.Lib.StatusApi.Connections;
|
|
using InnovEnergy.Lib.StatusApi.Generator;
|
|
using InnovEnergy.Lib.Units.Composite;
|
|
|
|
namespace InnovEnergy.Lib.StatusApi;
|
|
|
|
[OpParallel]
|
|
public partial record PowerMeterStatus : DeviceStatus, IAc3Connection
|
|
{
|
|
public Ac3Phase Ac { get; init; }
|
|
} |