Package org.openhab.core.automation.template
package org.openhab.core.automation.template
-
ClassDescriptionThis class is used to define
Rule Templateswhich are shared combination of ready to use modules, which can be configured to produceRuleinstances.This interface provides basic functionality for managingRuleTemplates.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 ofTemplates.TemplateRegistry<E extends Template>This interface provides functionality to get availableTemplates.