From a6bb0aae1c0e2b9628e3da5837449a00d410001d Mon Sep 17 00:00:00 2001 From: Thibault Molleman Date: Thu, 26 Mar 2026 14:47:28 +0100 Subject: [PATCH 1/2] update github link to new 'python-roborock' --- docs/V1_API_COMMANDS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/V1_API_COMMANDS.md b/docs/V1_API_COMMANDS.md index d59317e1..dc30ccbc 100644 --- a/docs/V1_API_COMMANDS.md +++ b/docs/V1_API_COMMANDS.md @@ -2,7 +2,7 @@ This page is still under construction. All of the following are the commands we have reverse engineered. It is not an exhaustive list of all the possible commands. -Commands do not immediately make it to this page. You can find more commands [here](https://github.com/humbertogontijo/python-roborock/blob/main/roborock/roborock_typing.py#L18) +Commands do not immediately make it to this page. You can find more commands [here](https://github.com/Python-roborock/python-roborock/blob/main/roborock/roborock_typing.py#L18) Commands can have multiple parameters that can change from one model to another. From 89931d960935595f8efe739821636e81910290c7 Mon Sep 17 00:00:00 2001 From: Thibault Molleman Date: Thu, 26 Mar 2026 14:49:03 +0100 Subject: [PATCH 2/2] update github link to new 'python-roborock' --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 595d6ee6..0f3dbd95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ ] [project.urls] -Repository = "https://github.com/humbertogontijo/python-roborock" +Repository = "https://github.com/python-roborock/python-roborock" Documentation = "https://python-roborock.readthedocs.io/" [project.scripts]