mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-25 11:45:49 +01:00
Fix input parameter not enabled if label/description provided for discovery services (#4393)
Fixes an issue from #4389. Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
This commit is contained in:
parent
b8b3ec9df0
commit
c454ee2241
@ -164,7 +164,7 @@ public abstract class AbstractDiscoveryService implements DiscoveryService {
|
||||
|
||||
@Override
|
||||
public boolean isScanInputSupported() {
|
||||
return scanInputLabel != null && scanInputDescription != null;
|
||||
return getScanInputLabel() != null && getScanInputDescription() != null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user