Uses of Class
org.openhab.core.thing.binding.BaseThingHandler
-
Uses of BaseThingHandler in org.openhab.core.magic.binding.handler
Modifier and TypeClassDescriptionclass
ThingHandler which provides annotated actions that will become Action modules for the automation engineclass
TheMagicBridgedThingHandler
is responsible for handling commands, which are sent to one of the channels.class
TheMagicBridgeHandler
serves as a handler for magic bridges.class
TheMagicButtonHandler
is capable of triggering different events.class
ThingHandler that randomly sends numbers and strings to channels based on a configured intervalclass
TheMagicColorLightHandler
is responsible for handling commands, which are sent to one of the channels.class
Handler for thing with a configuration parameterclass
TheMagicContactHandler
is responsible for handling commands, which are sent to one of the channels.class
ThingHandler for a thing that goes online after 15 secondsclass
TheMagicDimmableLightHandler
is responsible for handling commands, which are sent to one of the channels.class
ThingHandler which provides channels with dynamic state descriptions.class
A handler for an extensible thing.class
Handler for firmware updatable magic things.class
TheMagicImageHandler
is responsible for handling commands, which are sent to one of the channels.class
TheMagicLocationThingHandler
is responsible for handling commands, which are sent to one of the channels.class
TheMagicOnlineOfflineHandler
is responsible for handling commands, which are sent to one of the channels.class
TheMagicOnOffLightHandler
is responsible for handling commands, which are sent to one of the channels.class
TheMagicPlayerHandler
is responsible for handling commands, which are sent to one of the channels.class
TheMagicRollershutterHandler
is responsible for handling commands, which are sent to one of the channels.class
A handler for a thermostat thing.class
TheMagicTimeSeriesHandler
is capable of providing a series of different forecasts -
Uses of BaseThingHandler in org.openhab.core.thing.binding
Modifier and TypeClassDescriptionclass
TheBaseBridgeHandler
implements theBridgeHandler
interface and adds some convenience methods for bridges to theBaseThingHandler
.class
TheConfigStatusBridgeHandler
is an extension ofBaseBridgeHandler
that implements theConfigStatusProvider
interface.class
TheConfigStatusThingHandler
is an extension ofBaseThingHandler
that implements theConfigStatusProvider
interface.