Put the {battery level} into the result of the {pu/list} endpoint instead of the {pu/power/battery/{puid}} SINCE that (a) takes additional request and (b) ONLY 1 per device as we need for ALL devices AT ONCE!
Same for the {pu/gpsdata/{puid}} which gives us the location. We need to get ALL of this AT ONCE, please!
So, if we have 10 cameras we need to make 1 request to get all the information instead of 1 + 10x + 10x = 21x !
This takes more time and uses a lot of resources as we need to get it each MINUTE!
Now thoes apis is not exist.
We can add those apis, if you pay for that.
You must know:
Get Battery lever of a list of pu, server will send to each of those pu, wait for every pu response, It will make the Get be slow.
Gpsdata request also.
IBeli post on2024-12-13 17:59
Now thoes apis is not exist.
We can add those apis, if you pay for that.
You must know:
Hi,
We have a problem with the GPS position from the bodycams.
The bodycams have a good GPS position.
We can see that in the MCP app and in android.
But when we ask for the GPS position with "{pu/gpsdata/{puid}} endpoint" than the location is not good and not the same latitude and longitude as the real location.
What can we do about this?