Class StateChannel.TriggerOnAny

java.lang.Object
io.openems.edge.common.channel.StateChannel.TriggerOnAny
All Implemented Interfaces:
Consumer<Channel<Boolean>>
Enclosing class:
StateChannel

public static class StateChannel.TriggerOnAny extends Object implements Consumer<Channel<Boolean>>
OnInit-Function for StateChannelDoc. The StateChannel gets set to true if any of the Source BooleanReadChannels is true.