JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.openhab.core.automation.module.script.rulesupport.shared.simple
Interface SimpleRuleActionHandler
All Known Implementing Classes:
SimpleRule
@NonNullByDefault
public interface
SimpleRuleActionHandler
Author:
Simon Merschjohann - Initial contribution
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Object
execute
(
Action
module,
Map
<
String
,
?> inputs)
Method Details
execute
Object
execute
(
Action
module,
Map
<
String
,
?> inputs)