Uses of Interface
org.openhab.core.thing.binding.generic.ChannelHandler
Package
Description
-
Uses of ChannelHandler in org.openhab.core.thing.binding.generic
Modifier and TypeMethodDescriptionChannelHandler.Factory.create
(Consumer<State> updateState, Consumer<Command> postCommand, @Nullable Consumer<String> sendHttpValue, ChannelTransformation stateTransformations, ChannelTransformation commandTransformations, ChannelValueConverterConfig channelConfig) -
Uses of ChannelHandler in org.openhab.core.thing.binding.generic.converter
Modifier and TypeClassDescriptionclass
TheColorChannelHandler
implementsColorItem
conversionsclass
TheDimmerChannelHandler
implementsDimmerItem
conversionsclass
TheFixedValueMappingChannelHandler
implements mapping conversions for different item-typesclass
TheGenericChannelHandler
implements simple conversions for different item typesclass
TheImageChannelHandler
implementsImageItem
conversionsclass
TheNumberChannelHandler
implementsNumberItem
conversionsclass
ThePlayerChannelHandler
implementsRollershutterItem
conversionsclass
TheRollershutterChannelHandler
implementsRollershutterItem
conversions -
Uses of ChannelHandler in org.openhab.core.thing.internal.binding.generic.converter
Modifier and TypeClassDescriptionclass
org.openhab.core.thing.internal.binding.generic.converter.AbstractTransformingChannelHandler
TheAbstractTransformingChannelHandler
is a base class for an item converter with transformations