From 936ade2e9ce81d97a49f042398c26c496cda1f3a Mon Sep 17 00:00:00 2001 From: thebigknight Date: Mon, 28 Apr 2025 13:32:58 +0800 Subject: [PATCH] Update incorrect documentation for "go to position" (#38756) --- source/_integrations/roborock.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/roborock.markdown b/source/_integrations/roborock.markdown index dbe69ab9dd5..d92595e067b 100644 --- a/source/_integrations/roborock.markdown +++ b/source/_integrations/roborock.markdown @@ -262,10 +262,10 @@ the specified coordinates. - **Data attribute**: `entity_id` - **Description**: Only act on a specific robot. - **Optional**: No. -- **Data attribute**: `x_coord` +- **Data attribute**: `x` - **Description**: X-coordinate, integer value. The dock is located at x-coordinate 25500. - **Optional**: No. -- **Data attribute**: `y_coord` +- **Data attribute**: `y` - **Description**: Y-coordinate, integer value. The dock is located at y-coordinate 25500. - **Optional**: No.