Uses of Class
org.openhab.core.config.discovery.addon.BaseAddonFinder
Package
Description
-
Uses of BaseAddonFinder 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 BaseAddonFinder in org.openhab.core.config.discovery.addon.mdns
Modifier and TypeClassDescriptionclass
This is aMDNSAddonFinder
for finding suggested add-ons via mDNS. -
Uses of BaseAddonFinder 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 BaseAddonFinder in org.openhab.core.config.discovery.addon.upnp
Modifier and TypeClassDescriptionclass
This is aUpnpAddonFinder
for finding suggested Addons via UPnP.