Uses of Interface
org.openhab.core.thing.binding.ThingActions
Package
Description
-
Uses of ThingActions in org.openhab.core.automation.module.script.defaultscope
Modifier and TypeMethodDescription@Nullable ThingActions
Gets an actions instance of a certain scope for a given thing UID -
Uses of ThingActions in org.openhab.core.automation.thingsupport
Modifier and TypeMethodDescriptionvoid
AnnotatedThingActionModuleTypeProvider.addAnnotatedThingActions
(ThingActions annotatedThingActions) void
AnnotatedThingActionModuleTypeProvider.removeAnnotatedThingActions
(ThingActions annotatedThingActions) -
Uses of ThingActions in org.openhab.core.model.rule.jvmmodel
Modifier and TypeMethodDescriptionprotected void
RulesRefresher.addThingActions
(ThingActions thingActions) protected void
RulesRefresher.removeThingActions
(ThingActions thingActions) -
Uses of ThingActions in org.openhab.core.model.rule.scoping
Modifier and TypeMethodDescriptionvoid
RulesClassCache.addThingActions
(ThingActions thingActions) void
RulesClassCache.removeThingActions
(ThingActions thingActions) -
Uses of ThingActions in org.openhab.core.model.script
Modifier and TypeMethodDescriptionstatic List<ThingActions>
ScriptServiceUtil.getThingActions()
ScriptServiceUtil.getThingActionsInstances()
Modifier and TypeMethodDescriptionvoid
ScriptServiceUtil.addThingActions
(ThingActions thingActions) void
ScriptServiceUtil.removeThingActions
(ThingActions thingActions) -
Uses of ThingActions in org.openhab.core.model.script.actions
Modifier and TypeMethodDescriptionstatic ThingActions
Things.getActions
(String scope, String thingUid) Get the actions instance for a Thing of a given scope -
Uses of ThingActions in org.openhab.core.model.script.engine