From db7d8972aabf8a2e00096ffcc4d981000b58b080 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Tue, 8 May 2018 05:35:28 -0700 Subject: [PATCH] Added 'exit' to detect list --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5a4bddd..1544384f 100644 --- a/README.md +++ b/README.md @@ -226,10 +226,10 @@ The `detect` may be one of the following values. - `exit` is when an object that **was** previously in the fence has exited the area. - `cross` is when an object that **was not** previously in the fence has entered **and** exited the area. -These can be used when establishing a geofence, to pre-filter responses. For instance, to limit responses to `enter` detections: +These can be used when establishing a geofence, to pre-filter responses. For instance, to limit responses to `enter` and `exit` detections: ``` -> nearby fleet fence detect enter point 33.462 -112.268 6000 +> nearby fleet fence detect enter,exit point 33.462 -112.268 6000 ``` ## Object types