Class Context
- java.lang.Object
-
- io.openems.edge.common.statemachine.AbstractContext<FeneconHomeBattery>
-
- io.openems.edge.battery.fenecon.home.statemachine.Context
-
public class Context extends AbstractContext<FeneconHomeBattery>
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanWriteChannel
batteryStartUpRelayChannel
The Battery-Start-Up-Relay Channel used to start the battery; possibly null.
-
Constructor Summary
Constructors Constructor Description Context(FeneconHomeBattery parent, BooleanWriteChannel batteryStartUpRelayChannel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
isBatteryStarted()
-
-
-
Field Detail
-
batteryStartUpRelayChannel
protected final BooleanWriteChannel batteryStartUpRelayChannel
The Battery-Start-Up-Relay Channel used to start the battery; possibly null.
-
-
Constructor Detail
-
Context
public Context(FeneconHomeBattery parent, BooleanWriteChannel batteryStartUpRelayChannel)
-
-