Uses of Interface
org.openhab.core.config.discovery.addon.AddonFinder
Package
Description
-
Uses of AddonFinder in org.openhab.core.config.discovery.addon
Modifier and TypeClassDescriptionclass
This is aBaseAddonFinder
abstract class for finding suggested add-ons.Modifier and TypeMethodDescriptionvoid
AddonSuggestionService.addAddonFinder
(AddonFinder addonFinder) void
AddonSuggestionService.removeAddonFinder
(AddonFinder addonFinder) -
Uses of AddonFinder in org.openhab.core.config.discovery.addon.ip
Modifier and TypeClassDescriptionclass
This is aIpAddonFinder
for finding suggested add-ons by sending IP packets to the network and collecting responses. -
Uses of AddonFinder in org.openhab.core.config.discovery.addon.mdns
Modifier and TypeClassDescriptionclass
This is aMDNSAddonFinder
for finding suggested add-ons via mDNS. -
Uses of AddonFinder in org.openhab.core.config.discovery.addon.process
Modifier and TypeClassDescriptionclass
This is aProcessAddonFinder
for finding suggested add-ons by checking processes running on the openHAB server. -
Uses of AddonFinder in org.openhab.core.config.discovery.addon.upnp
Modifier and TypeClassDescriptionclass
This is aUpnpAddonFinder
for finding suggested Addons via UPnP.