client.py icon indicating copy to clipboard operation
client.py copied to clipboard

Deebot client library in python

Results 31 client.py issues
Sort by recently updated
recently updated
newest added

This is an alternative approach for supporting the Vacuum Map card calibration from https://github.com/DeebotUniverse/Deebot-4-Home-Assistant/issues/321. This will make the calibration much simpler. Object coordinates inside the SVG are vacuum coordinates divided...

pr: refactor

### Checks - [X] I have searched the existing issues and no issue is describing my issue - [X] I have checked the [FAQ](https://deebot.readthedocs.io/home/faq/) - [X] I have checked the...

enhancement

### Checks - [X] I have searched the existing issues and no issue is describing my issue - [X] I have checked the [FAQ](https://deebot.readthedocs.io/home/faq/) - [X] I have checked the...

enhancement

### Checks - [X] I have searched the existing issues and no issue is describing my issue - [X] I have checked the [FAQ](https://deebot.readthedocs.io/home/faq/) - [X] I have checked the...

bug
help wanted

### Checks - [X] I have searched the existing issues and no issue is describing my issue - [X] I have checked the [FAQ](https://deebot.readthedocs.io/home/faq/) - [X] I have checked the...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues and no issue is describing my feature request or idea ### Is your feature...

enhancement

### Is there an existing issue for this? - [X] I have searched the existing issues and no issue is describing my feature request or idea ### Is your feature...

enhancement
help wanted

### Is there an existing issue for this? - [X] I have searched the existing issues and no issue is describing my feature request or idea ### Is your feature...

enhancement

- move some static values into const.py - update code syntax - update imports - update/extend get-command by combine with on-messages - fix comments - update/extend test cases - project...

This PR is for laying the ground work for supporting MQTT + XML devices. I've tested this against my own Deebot 900. ~Please note, this PR is still very much...