Package io.openems.edge.goodwe.charger
Interface GoodWeEtCharger
-
- All Superinterfaces:
OpenemsComponent
- All Known Implementing Classes:
AbstractGoodWeEtCharger
,GoodWeEtCharger1
,GoodWeEtCharger2
public interface GoodWeEtCharger extends OpenemsComponent
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
GoodWeEtCharger.ChannelId
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
_setHasNoDcPv(java.lang.Boolean value)
Internal method to set the 'nextValue' onGoodWeEtCharger.ChannelId.HAS_NO_DC_PV
Channel.default Value<java.lang.Boolean>
getHasNoDcPv()
Gets the Has-No-DC-PV State.default StateChannel
getHasNoDcPvChannel()
Gets the Channel forGoodWeEtCharger.ChannelId.HAS_NO_DC_PV
.-
Methods inherited from interface io.openems.edge.common.component.OpenemsComponent
_channel, _getChannelAs, alias, channel, channel, channels, debugLog, getComponentContext, getState, getStateChannel, hasFaults, id, isEnabled, serviceFactoryPid, servicePid
-
-
-
-
Method Detail
-
getHasNoDcPvChannel
default StateChannel getHasNoDcPvChannel()
Gets the Channel forGoodWeEtCharger.ChannelId.HAS_NO_DC_PV
.- Returns:
- the Channel
-
getHasNoDcPv
default Value<java.lang.Boolean> getHasNoDcPv()
Gets the Has-No-DC-PV State. SeeGoodWeEtCharger.ChannelId.HAS_NO_DC_PV
.- Returns:
- the Channel
Value
-
_setHasNoDcPv
default void _setHasNoDcPv(java.lang.Boolean value)
Internal method to set the 'nextValue' onGoodWeEtCharger.ChannelId.HAS_NO_DC_PV
Channel.- Parameters:
value
- the next value
-
-