Package io.openems.edge.edge2edge.common
Interface Edge2Edge
-
- All Superinterfaces:
OpenemsComponent
- All Known Implementing Classes:
AbstractEdge2Edge
,Edge2EdgeEssImpl
public interface Edge2Edge extends OpenemsComponent
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Edge2Edge.ChannelId
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
_setMappingRemoteProtocolFault(java.lang.Boolean value)
Internal method to set the 'nextValue' onEdge2Edge.ChannelId.MAPPING_REMOTE_PROTOCOL_FAULT
Channel.default void
_setRemoteNoOpenems(java.lang.Boolean value)
Internal method to set the 'nextValue' onEdge2Edge.ChannelId.REMOTE_NO_OPENEMS
Channel.default Value<java.lang.Boolean>
getMappingRemoteProtocolFault()
Gets the boolean if the state channel is active.default StateChannel
getMappingRemoteProtocolFaultChannel()
Gets the Channel forEdge2Edge.ChannelId.MAPPING_REMOTE_PROTOCOL_FAULT
.default Value<java.lang.Boolean>
getRemoteNoOpenems()
Gets the boolean if the state channel is active.default StateChannel
getRemoteNoOpenemsChannel()
Gets the Channel forEdge2Edge.ChannelId.REMOTE_NO_OPENEMS
.-
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
-
getRemoteNoOpenemsChannel
default StateChannel getRemoteNoOpenemsChannel()
Gets the Channel forEdge2Edge.ChannelId.REMOTE_NO_OPENEMS
.- Returns:
- the Channel
-
getRemoteNoOpenems
default Value<java.lang.Boolean> getRemoteNoOpenems()
Gets the boolean if the state channel is active. SeeEdge2Edge.ChannelId.REMOTE_NO_OPENEMS
.- Returns:
- the Channel
Value
-
_setRemoteNoOpenems
default void _setRemoteNoOpenems(java.lang.Boolean value)
Internal method to set the 'nextValue' onEdge2Edge.ChannelId.REMOTE_NO_OPENEMS
Channel.- Parameters:
value
- the next value
-
getMappingRemoteProtocolFaultChannel
default StateChannel getMappingRemoteProtocolFaultChannel()
Gets the Channel forEdge2Edge.ChannelId.MAPPING_REMOTE_PROTOCOL_FAULT
.- Returns:
- the Channel
-
getMappingRemoteProtocolFault
default Value<java.lang.Boolean> getMappingRemoteProtocolFault()
Gets the boolean if the state channel is active. SeeEdge2Edge.ChannelId.MAPPING_REMOTE_PROTOCOL_FAULT
.- Returns:
- the Channel
Value
-
_setMappingRemoteProtocolFault
default void _setMappingRemoteProtocolFault(java.lang.Boolean value)
Internal method to set the 'nextValue' onEdge2Edge.ChannelId.MAPPING_REMOTE_PROTOCOL_FAULT
Channel.- Parameters:
value
- the next value
-
-