forked from humbertogontijo/python-roborock
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: handle weird clean record response (humbertogontijo#206) * 2.2.2 Automatically generated by python-semantic-release * chore: Update documentation for reset_consumable (humbertogontijo#207) Document parameter for API function reset_consumable * chore: add load multi map parameter to docs(humbertogontijo#209) * S8 maxv highest mop intensity setting (humbertogontijo#210) * fix: s8 maxv has a wash and fill dock (humbertogontijo#213) * 2.2.3 Automatically generated by python-semantic-release * S8MaxVUltra is missing some code mappings (humbertogontijo#214) * fix: add missing smart mode for s8 maxv dock * fix: add missing modes for s8 maxv ultra * fix: add missing modes for s8 maxv ultra * feat: add warning in web requests if it fails to decode (humbertogontijo#215) * 2.3.0 Automatically generated by python-semantic-release * feat: add some missing codes and make warnings only message once (humbertogontijo#218) * 2.4.0 Automatically generated by python-semantic-release * feat: add some typing (humbertogontijo#219) * 2.5.0 Automatically generated by python-semantic-release --------- Co-authored-by: Luke Lashley <[email protected]> Co-authored-by: github-actions <[email protected]> Co-authored-by: Benjamin Paul [MSFT] <[email protected]> Co-authored-by: PatrikTheDev <[email protected]> Co-authored-by: Ethem Cem Özkan <[email protected]> Co-authored-by: Willy <[email protected]>
- Loading branch information
1 parent
31697f6
commit 7f5cea5
Showing
9 changed files
with
206 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "python-roborock" | ||
version = "2.2.1" | ||
version = "2.5.0" | ||
description = "A package to control Roborock vacuums." | ||
authors = ["humbertogontijo <[email protected]>"] | ||
license = "GPL-3.0-only" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.