Interface BpCharger
-
- All Superinterfaces:
OpenemsComponent
- All Known Implementing Classes:
BpChargerImpl
public interface BpCharger extends OpenemsComponent
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
BpCharger.ChannelId
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
_setCommunicationFailed(boolean value)
Internal method to set the 'nextValue' onChannelId#USER_ACCESS_DENIED
Channel.default StateChannel
getCommunicationFailedChannel()
Gets the Channel forBpCharger.ChannelId.COMMUNICATION_FAILED
.-
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
-
getCommunicationFailedChannel
default StateChannel getCommunicationFailedChannel()
Gets the Channel forBpCharger.ChannelId.COMMUNICATION_FAILED
.- Returns:
- the Channel
-
_setCommunicationFailed
default void _setCommunicationFailed(boolean value)
Internal method to set the 'nextValue' onChannelId#USER_ACCESS_DENIED
Channel.- Parameters:
value
- the next value
-
-