From 35f4985c97af7e6ef22a20d65bd05b352f9eccf6 Mon Sep 17 00:00:00 2001 From: Daniel Shokouhi Date: Sat, 30 Mar 2019 08:55:21 -0700 Subject: [PATCH] Add some clarifications for the new service call (#8850) --- source/_components/neato.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/neato.markdown b/source/_components/neato.markdown index 63b20cbde64..6fe4639c023 100644 --- a/source/_components/neato.markdown +++ b/source/_components/neato.markdown @@ -84,9 +84,9 @@ Some information about the capabilities might be found on the [Neato Developer P | ---------------------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `entity_id` | no | Only act on a specific robot | | `mode` | yes | Set the cleaning mode: 1 for eco and 2 for turbo. Defaults to turbo if not set. | -| `navigation` | yes | Set the navigation mode: 1 for normal, 2 for extra care, 3 for deep. Defaults to normal if not set. | +| `navigation` | yes | Set the navigation mode: 1 for normal, 2 for extra care, 3 for deep. Defaults to normal if not set. Deep cleaning is only supported on the Botvac D7. | | `category` | yes | Whether to use a persistent map or not for cleaning (i.e. No go lines): 2 for no map, 4 for map. Default to using map if not set (and fallback to no map if no map is found). | -| `zone` | yes | Only supported on the Botvac D7. Name of the zone to clean. Defaults to no zone i.e. complete house cleanup. | +| `zone` | yes | Only supported on the Botvac D7. Name of the zone to clean from the Neato app. Use unique names for the zones to avoid the wrong zone from running. Defaults to no zone i.e. complete house cleanup. | ## {% linkable_title Camera %}