From 2e3293b8aaf30858b88e2ae7ee04eeec7b511d4b Mon Sep 17 00:00:00 2001 From: mikemc35 <31638843+mikemc35@users.noreply.github.com> Date: Mon, 3 Aug 2020 03:42:04 -0700 Subject: [PATCH] Update vacuum.xiaomi_miio.markdown (#14126) Added some addition explanation to how zones are formed via x- and y-axis coordinates, which was a little confusing for me at first. --- source/_integrations/vacuum.xiaomi_miio.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/vacuum.xiaomi_miio.markdown b/source/_integrations/vacuum.xiaomi_miio.markdown index cd6f06ca7f8..a454b0ef097 100644 --- a/source/_integrations/vacuum.xiaomi_miio.markdown +++ b/source/_integrations/vacuum.xiaomi_miio.markdown @@ -108,7 +108,7 @@ Start the cleaning operation in the areas selected for the number of repeats ind | Service data attribute | Optional | Description | |---------------------------|----------|-------------------------------------------------------| | `entity_id` | no | Only act on a specific robot | -| `zone` | no | List of zones. Each zone is an array of 4 integer value. Example: [[23510,25311,25110,26361]] | +| `zone` | no | List of zones. Each zone is an array of four integer values. These values represent two sets of x- and y-axis coordinates that describe the beginning and ending points of a square or rectangle cleaning zone. For example, `[[23510,25311,25110,26361]]` creates a box that starts in one corner at the 23510, 25311 (x- and y-axis) coordinates and then is expanded diagonally to the 25110, 26361 coordinates to create a rectangular cleaning zone. | | `repeats` | no | Number of cleaning repeats for each zone between 1 and 3. | Example of `xiaomi_miio.vacuum_clean_zone` use: