DeebotUniverse / client.py

Deebot client library in python
https://deebot.readthedocs.io
GNU General Public License v3.0
28 stars 41 forks source link

Add xml command "GetPos" #456

Closed flubshi closed 5 months ago

flubshi commented 5 months ago

This adds new GetPos command for xml vacuums like ls1ok3.

Example: GetPos.txt

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.45%. Comparing base (6f00f4e) to head (62a2037). Report is 1 commits behind head on dev.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #456 +/- ## ========================================== + Coverage 84.36% 84.45% +0.08% ========================================== Files 82 83 +1 Lines 3128 3146 +18 Branches 521 524 +3 ========================================== + Hits 2639 2657 +18 Misses 436 436 Partials 53 53 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

flubshi commented 5 months ago

pre-commit.ci autofix