Uses of Interface
org.openhab.core.config.discovery.addon.AddonFinder
Packages that use AddonFinder
Package
Description
-
Uses of AddonFinder in org.openhab.core.config.discovery.addon
Classes in org.openhab.core.config.discovery.addon that implement AddonFinderModifier and TypeClassDescriptionclassThis is aBaseAddonFinderabstract class for finding suggested add-ons.Methods in org.openhab.core.config.discovery.addon with parameters of type AddonFinderModifier and TypeMethodDescriptionvoidAddonSuggestionService.addAddonFinder(AddonFinder addonFinder) voidAddonSuggestionService.removeAddonFinder(AddonFinder addonFinder) -
Uses of AddonFinder in org.openhab.core.config.discovery.addon.ip
Classes in org.openhab.core.config.discovery.addon.ip that implement AddonFinderModifier and TypeClassDescriptionclassThis is aIpAddonFinderfor 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
Classes in org.openhab.core.config.discovery.addon.mdns that implement AddonFinderModifier and TypeClassDescriptionclassThis is aMDNSAddonFinderfor finding suggested add-ons via mDNS. -
Uses of AddonFinder in org.openhab.core.config.discovery.addon.process
Classes in org.openhab.core.config.discovery.addon.process that implement AddonFinderModifier and TypeClassDescriptionclassThis is aProcessAddonFinderfor finding suggested add-ons by checking processes running on the openHAB server. -
Uses of AddonFinder in org.openhab.core.config.discovery.addon.sddp
Classes in org.openhab.core.config.discovery.addon.sddp that implement AddonFinderModifier and TypeClassDescriptionclassThis is aSddpAddonFinderfor finding suggested Addons via SDDP. -
Uses of AddonFinder in org.openhab.core.config.discovery.addon.upnp
Classes in org.openhab.core.config.discovery.addon.upnp that implement AddonFinderModifier and TypeClassDescriptionclassThis is aUpnpAddonFinderfor finding suggested Addons via UPnP. -
Uses of AddonFinder in org.openhab.core.config.discovery.addon.usb
Classes in org.openhab.core.config.discovery.addon.usb that implement AddonFinderModifier and TypeClassDescriptionclassThis is aAddonFinderfor finding suggested add-ons related to USB devices.