Class ImageChannelHandler
java.lang.Object
org.openhab.core.thing.binding.generic.converter.ImageChannelHandler
- All Implemented Interfaces:
ChannelHandler
The
ImageChannelHandler implements ImageItem conversions- Author:
- Jan N. Klug - Initial contribution
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.openhab.core.thing.binding.generic.ChannelHandler
ChannelHandler.Factory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(@Nullable ChannelHandlerContent content) called to process a given content for this channelvoidcalled to send a command to this channel
-
Constructor Details
-
ImageChannelHandler
-
-
Method Details
-
process
Description copied from interface:ChannelHandlercalled to process a given content for this channel- Specified by:
processin interfaceChannelHandler- Parameters:
content- raw content to process (nullresults inUnDefType.UNDEF)
-
send
Description copied from interface:ChannelHandlercalled to send a command to this channel- Specified by:
sendin interfaceChannelHandler- Parameters:
command-
-