Uses of Interface
org.openhab.core.config.discovery.ScanListener
Packages that use ScanListener
-
Uses of ScanListener in org.openhab.core.config.discovery
Fields in org.openhab.core.config.discovery declared as ScanListenerModifier and TypeFieldDescriptionprotected @Nullable ScanListenerAbstractDiscoveryService.scanListenerMethods in org.openhab.core.config.discovery with parameters of type ScanListenerModifier and TypeMethodDescriptionvoidAbstractDiscoveryService.startScan(String input, @Nullable ScanListener listener) voidAbstractDiscoveryService.startScan(@Nullable ScanListener listener) voidDiscoveryService.startScan(String input, @Nullable ScanListener listener) Triggers this service to start an active scan for new devices using an input parameter for that.
This method must not block any calls such asDiscoveryService.abortScan()and must return fast.voidDiscoveryService.startScan(@Nullable ScanListener listener) Triggers this service to start an active scan for new devices.
This method must not block any calls such asDiscoveryService.abortScan()and must return fast.booleanDiscoveryServiceRegistry.startScan(String bindingId, @Nullable String input, @Nullable ScanListener listener) Forces the associatedDiscoveryServices to start a discovery for all thing types of the given binding id.booleanDiscoveryServiceRegistry.startScan(ThingTypeUID thingTypeUID, @Nullable String input, @Nullable ScanListener listener) Forces the associatedDiscoveryServices to start a discovery.