Package org.openhab.core.automation.template


package org.openhab.core.automation.template
  • Class
    Description
    This class is used to define Rule Templates which are shared combination of ready to use modules, which can be configured to produce Rule instances.
    This interface provides basic functionality for managing RuleTemplates.
    The templates define types of shared, ready to use definitions of automation objects, which can be instantiated and configured to produce automation instances.
    This interface has to be implemented by all providers of Templates.
    This interface provides functionality to get available Templates.