Does anyone know how to call the ble.beacons parameter via a cURL to get back an array of the detected beacons near the FMB?
Hello. You can get the last value of the ble.beacons parameter from the telemetry:
ble.beacons
https://flespi.io/docs/#/gw/devices/get_devices_dev_selector_telemetry_telemetry_selector?value=%7B%22dev-selector%22%3A%5B%22all%22%5D%2C%22telemetry-selector%22%3A%5B%22ble.beacons%22%5D%7D
You can also get (for example) last 10 messages with the ble.beacons parameter.
https://flespi.io/docs/#/gw/devices/get_devices_dev_selector_messages?value=%7B%22dev-selector%22%3A%5B%22all%22%5D%2C%22data%22%3A%7B%22filter%22%3A%22exists(%5C%22ble.beacons%5C%22)%22%2C%22reverse%22%3Atrue%2C%22count%22%3A10%7D%7D
The response is a empty array?
I recommend contacting us in the built-in chat (top right corner on flespi.io)
Solved: Had to change de codec