Package org.openhab.core.automation
Interface Action
- All Superinterfaces:
Module
This interface represents automation
Action
modules which are the expected result of Rule
s execution.
They describe the actual work that should be performed by the Rule as a response to a trigger.
Each Action can provide information to the next Actions in the list through its Output
s. The actions have
Input
s to process input data from other Actions or Trigger
s.
Actions can be configured.
The building elements of the Actions are ConfigDescriptionParameter
s, Input
s and Output
s.
They are defined by the corresponding ActionType
.
Action modules are placed in the actions section of the Rule
definition.
- Author:
- Yordan Mihaylov - Initial contribution, Ana Dimova - Initial contribution, Vasil Ilchev - Initial contribution
-
Method Summary
Methods inherited from interface org.openhab.core.automation.Module
getConfiguration, getDescription, getId, getLabel, getTypeUID