Here we describe the timing/caching used when sending an location request via MQTT. If the system receives an location request (DECT + Bluetooth) via MQTT: - DECT location request will take 5 seconds
- Then Bluetooth search is done, duration: "search time-out in MQTT command"
- Results are cached for 10 seconds (To protect system against location request flooding)
- DECT and Bluetooth have an own cacheĀ
Example: 
Send an DECT + Bluetooth Location request (MQTT) with the search time-out = 5 seconds. If we would send an new Location request "A" 17 seconds later, we would receive new DECT location values and cached Bluetooth values. Sending a new location request after 20 seconds results in new DECT and Bluetooth location values. |