aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2019-01-02 19:32:52 -0800
committerMatt Ranostay <matt.ranostay@konsulko.com>2019-01-03 05:04:48 +0000
commit646b40978eae44ad92a874d3f22942b11f48cbec (patch)
tree07e27b456ca486bacb206bc3e6df589bd80a5c27
parent0c0f94ad39d0746c6c6bd35d4fad16c1313309e5 (diff)
Change-Id: I60634dd08509a853d48892067f609bee8572019e Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 01e2373..2d0c9c5 100644
--- a/README.md
+++ b/README.md
@@ -9,8 +9,8 @@ using WiFi SSIDs, and IP addresses.
| Name | Description | JSON Parameters |
|--------------------|:----------------------------------------|:-------------------------------------------------------------------------------------------|
-| subscribe | subscribe to geofence events | *Request:* {"value": "location"} |
-| unsubscribe | unsubscribe to geofence events | *Request:* {"value": "location"} |
+| subscribe | subscribe to GeoClue events | *Request:* {"value": "location"} |
+| unsubscribe | unsubscribe to GeoClue events | *Request:* {"value": "location"} |
| location | get current GeoClue coordinates | *Response:* {"latitude": 45.50, "longitude": -122.25, "accuracy": 20000, "altitude": 4000} |
*accuracy* is the calculated radius in meters that the geolocation reading is likely within.