Package org.openhab.core.automation.template
-
Interface Summary Interface Description RuleTemplateProvider This interface provides basic functionality for managingRuleTemplate
s.Template The templates define types of shared, ready to use definitions of automation objects, which can be instantiated and configured to produce automation instances.TemplateProvider<E extends Template> This interface has to be implemented by all providers ofTemplate
s.TemplateRegistry<E extends Template> This interface provides functionality to get availableTemplate
s. -
Class Summary Class Description RuleTemplate This class is used to defineRule Templates
which are shared combination of ready to use modules, which can be configured to produceRule
instances.