From b9e8571d9cd8df5bc04ab62b697ca158b14064e2 Mon Sep 17 00:00:00 2001 From: "C.Lehne" Date: Wed, 17 Feb 2021 14:03:33 +0100 Subject: [PATCH] Simulator: BatteryDummy - added missing StartStoppable channels --- .../src/io/openems/edge/simulator/battery/BatteryDummy.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/io.openems.edge.simulator/src/io/openems/edge/simulator/battery/BatteryDummy.java b/io.openems.edge.simulator/src/io/openems/edge/simulator/battery/BatteryDummy.java index d6ee1d6eae0..faf571cce9b 100644 --- a/io.openems.edge.simulator/src/io/openems/edge/simulator/battery/BatteryDummy.java +++ b/io.openems.edge.simulator/src/io/openems/edge/simulator/battery/BatteryDummy.java @@ -42,7 +42,8 @@ public class BatteryDummy extends AbstractOpenemsComponent public BatteryDummy() { super(// OpenemsComponent.ChannelId.values(), // - Battery.ChannelId.values() // + Battery.ChannelId.values(), // + StartStoppable.ChannelId.values() // ); }