Innovenergy_trunk/csharp/Lib/Devices/AMPT/AmptStatus.cs

7 lines
200 B
C#
Raw Normal View History

2023-05-06 13:41:20 +00:00
using InnovEnergy.Lib.StatusApi.DeviceTypes;
using InnovEnergy.Lib.Units.Composite;
2023-03-09 11:40:47 +00:00
namespace InnovEnergy.Lib.Devices.AMPT;
2023-02-16 12:57:06 +00:00
2023-05-06 13:41:20 +00:00
public record AmptStatus(DcBus Dc, IReadOnlyList<DcBus> Strings) : IMppt;