clarify _geoprec

This commit is contained in:
Jan-Piet Mens
2016-03-05 12:17:02 +01:00
parent 4261dca381
commit 4ec7d81665

View File

@@ -1093,4 +1093,5 @@ It actually is possible to gateway location publishes arriving via HTTP into MQT
### Override reverse-geo precision
If a payload is received with an element called `_geoprec` it contains an ovveride for the Recorder's configured reverse-geo precision.
If a payload is received with an element called `_geoprec` it contains an ovveride for the Recorder's configured reverse-geo precision. So, for example, if Recorder is running with precision 7, say, and the received payload contains `"_geoprec" : 2` the 2 will be used for this particular publish. This is not used in the OwnTracks apps, but it can be used with payloads you generate otherwise.