Pebble: fix Pebble LE address not being propery added to device attributes
This commit is contained in:
parent
d9e20b161a
commit
109a032f1e
|
@ -345,6 +345,9 @@ public class DBHelper {
|
|||
if (!Objects.equals(attr.getFirmwareVersion2(), gbDevice.getFirmwareVersion2())) {
|
||||
return false;
|
||||
}
|
||||
if (!Objects.equals(attr.getVolatileIdentifier(), gbDevice.getVolatileAddress())) {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue