From c4882cc6b25d9c755a656aed458318028476c33d Mon Sep 17 00:00:00 2001 From: Stefan Feilmeier Date: Sat, 5 Mar 2022 23:22:20 +0100 Subject: [PATCH 01/96] Update io.openems.edge.batteryinverter.api --- .../api/BatteryInverterConstraint.java | 2 +- ...HybridManagedSymmetricBatteryInverter.java | 19 ++++---- .../api/ManagedSymmetricBatteryInverter.java | 25 ++++++----- .../api/OffGridBatteryInverter.java | 14 +++--- .../api/SymmetricBatteryInverter.java | 44 +++++++++---------- 5 files changed, 53 insertions(+), 51 deletions(-) diff --git a/io.openems.edge.batteryinverter.api/src/io/openems/edge/batteryinverter/api/BatteryInverterConstraint.java b/io.openems.edge.batteryinverter.api/src/io/openems/edge/batteryinverter/api/BatteryInverterConstraint.java index cb71904da74..017e6f59b3c 100644 --- a/io.openems.edge.batteryinverter.api/src/io/openems/edge/batteryinverter/api/BatteryInverterConstraint.java +++ b/io.openems.edge.batteryinverter.api/src/io/openems/edge/batteryinverter/api/BatteryInverterConstraint.java @@ -15,7 +15,7 @@ public class BatteryInverterConstraint { public final Relationship relationship; public final double value; - public static BatteryInverterConstraint[] NO_CONSTRAINTS = new BatteryInverterConstraint[] {}; + public static BatteryInverterConstraint[] NO_CONSTRAINTS = {}; public BatteryInverterConstraint(String description, Phase phase, Pwr pwr, Relationship relationship, double value) { diff --git a/io.openems.edge.batteryinverter.api/src/io/openems/edge/batteryinverter/api/HybridManagedSymmetricBatteryInverter.java b/io.openems.edge.batteryinverter.api/src/io/openems/edge/batteryinverter/api/HybridManagedSymmetricBatteryInverter.java index c437ec3d204..87edce970b1 100644 --- a/io.openems.edge.batteryinverter.api/src/io/openems/edge/batteryinverter/api/HybridManagedSymmetricBatteryInverter.java +++ b/io.openems.edge.batteryinverter.api/src/io/openems/edge/batteryinverter/api/HybridManagedSymmetricBatteryInverter.java @@ -24,7 +24,7 @@ public interface HybridManagedSymmetricBatteryInverter public enum ChannelId implements io.openems.edge.common.channel.ChannelId { /** * DC Discharge Power. - * + * *