Skip to content

Commit

Permalink
Simulator: BatteryDummy - add missing StartStoppable channels (#1392)
Browse files Browse the repository at this point in the history
  • Loading branch information
clehne authored Feb 18, 2021
1 parent cba0998 commit baf07fa
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ public class BatteryDummy extends AbstractOpenemsComponent
public BatteryDummy() {
super(//
OpenemsComponent.ChannelId.values(), //
Battery.ChannelId.values() //
Battery.ChannelId.values(), //
StartStoppable.ChannelId.values() //
);
}

Expand Down

0 comments on commit baf07fa

Please sign in to comment.