From da52c671ce544c21b6753b380148f93f8dadc6e5 Mon Sep 17 00:00:00 2001 From: XxInvictus <3955293+XxInvictus@users.noreply.github.com> Date: Tue, 10 Dec 2024 20:56:31 +1030 Subject: [PATCH] Add Deebot X5 Pro Omni (lr4qcs) - Initial clone of most compatible, requires extra features not supported yet in #555 --- deebot_client/hardware/deebot/lr4qcs.py | 1 + tests/hardware/test_init.py | 1 + 2 files changed, 2 insertions(+) create mode 120000 deebot_client/hardware/deebot/lr4qcs.py diff --git a/deebot_client/hardware/deebot/lr4qcs.py b/deebot_client/hardware/deebot/lr4qcs.py new file mode 120000 index 000000000..0f26ba6a9 --- /dev/null +++ b/deebot_client/hardware/deebot/lr4qcs.py @@ -0,0 +1 @@ +p1jij8.py \ No newline at end of file diff --git a/tests/hardware/test_init.py b/tests/hardware/test_init.py index cace005b7..aec1398f6 100644 --- a/tests/hardware/test_init.py +++ b/tests/hardware/test_init.py @@ -274,6 +274,7 @@ def test_all_models_loaded() -> None: "jtmf04", "kr0277", "lf3bn4", + "lr4qcs", "lx3j7m", "p1jij8", "p95mgv",