Developer hub
- Extended support for BLE beacons with new API calls. This update introduces the possibility to read data from multiple BLE beacons simultaneously:
- ID of all beacons connected to the GPS device,
- connection time,
- signal level,
- battery level,
- temperature, humidity.
To get current data:
https://developers.navixy.com/user-api/backend-api/resources/tracking/beacon/#last-valuesTo retrieve historic data for a certain period of time:
https://developers.navixy.com/user-api/backend-api/resources/tracking/beacon/#read
- Introduced information about differences between state and state_batch events, when it is better to use one or another. Also, added a sample on how to subscribe for state events. This will help developers choose the most appropriate option for implementing data transfer from the Navixy platform to proprietary solutions.