You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For applications that want to check the last tmpo block (to see if the sensor is still online, what the last measurement is, ...) it can be cumbersome if they have to sync first, download everything, only to check the header of the last block.
So you can just request the last block from the API and return immediately, without using the local DB.
The text was updated successfully, but these errors were encountered:
For applications that want to check the last tmpo block (to see if the sensor is still online, what the last measurement is, ...) it can be cumbersome if they have to sync first, download everything, only to check the header of the last block.
So you can just request the last block from the API and return immediately, without using the local DB.
The text was updated successfully, but these errors were encountered: