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
|
|
|
|
2023-02-25 14:53:58 +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;
|