using InnovEnergy.Lib.StatusApi.DeviceTypes;
using InnovEnergy.Lib.Units.Composite;
namespace InnovEnergy.Lib.Devices.AMPT;
public record AmptStatus(DcBus Dc, IReadOnlyList<DcBus> Strings) : IMppt;