Package org.openhab.core.config.discovery.addon
package org.openhab.core.config.discovery.addon
-
ClassDescriptionThis is a
AddonFinder
interface for classes that find add-ons that are suggested to be installed.ThisAddonFinderConstants
contains constants describing add-on finders available in core.Classes implementing this interface can be registered as an OSGi service in order to provide functionality for managing add-on suggestion finders, such as installing and uninstalling them.This is aAddonSuggestionService
which discovers suggested add-ons for the user to install.This is aBaseAddonFinder
abstract class for finding suggested add-ons.