Closed sseppi closed 3 years ago
Investigating a little bit more the problem I think that the bug is in the following point of the code:
I think that the right code should be:
if (!hasRecentlySeen()) {
return Status.NO_SIGNAL;
}
@davidebz can you please check this bug?
Seems to be an issue, that is better solved by @davidebz ... I had a look into that and it looks like Davide touched that part of the code in the past.
Investigating a little bit more the problem I think that the bug is in the following point of the code:
I think that the right code should be:
if (!hasRecentlySeen()) { return Status.NO_SIGNAL; }
@davidebz can you please check this bug?
Yes, Thomas confirm me that the not (!) was missing!
Done by @sseppi https://api.beacon.testingmachine.eu/swagger-ui.html
@davidebz please test on testingmachine...
We need to wait for the new version of the Admin Android app... Google has it still in review...
By using the Admin App I've noticed that the API returns "NO SIGNAL" when a beacon has been seen in the last 12 months. This is the opposite way like it should be.