From d93a934f1b74102a002e5813d072d59b14498516 Mon Sep 17 00:00:00 2001 From: Scott Bezek Date: Tue, 27 Apr 2021 18:47:36 -0700 Subject: [PATCH] Fix "loc.src" -> "src" in enhanced location docs From testing, it appears that the `src` field is added at the top level, not nested within the `loc` object --- src/content/reference/device-cloud/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/reference/device-cloud/api.md b/src/content/reference/device-cloud/api.md index 339d7dec5c..df34d26add 100644 --- a/src/content/reference/device-cloud/api.md +++ b/src/content/reference/device-cloud/api.md @@ -624,7 +624,7 @@ The enhanced_loc event will have data the same as the original loc event, such a Note that loc.alt (altitude), loc.v_acc (vertical accuracy), loc.hd (heading), and loc.spd (speed) are not available for locations derived from location fusion, but if that information was in the original loc event from the GNSS, it will be preserved in the enhanced_loc event. -#### loc.src +#### src The sources used for enhanced geolocation, an array. Can be "cell" or "wifi" or both. Added in Tracker Edge v12.