mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[bluetooth.bluegiga] Fix CompareObjectsWithEquals findings regression causing all devices to be beacons
Signed-off-by: Jørgen Melhus <5099412+jmelhus@users.noreply.github.com>
This commit is contained in:
parent
fac7edc270
commit
2e8fb907ca
@ -564,7 +564,7 @@ public class BlueGigaBluetoothDevice extends BaseBluetoothDevice implements Blue
|
||||
return;
|
||||
}
|
||||
|
||||
if (!PROCEDURE_NONE.equals(currentProcedure)) {
|
||||
if (PROCEDURE_NONE.equals(currentProcedure)) {
|
||||
logger.debug("BlueGiga procedure completed but procedure is null with connection {}, address {}",
|
||||
connection, address);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user