|
2 | 2 |
|
3 | 3 | <!-- version list --> |
4 | 4 |
|
| 5 | +## v3.3.0 (2025-10-25) |
| 6 | + |
| 7 | +### Bug Fixes |
| 8 | + |
| 9 | +- Lower local timeout ([#559](https://github.com/Python-roborock/python-roborock/pull/559), |
| 10 | + [`8514461`](https://github.com/Python-roborock/python-roborock/commit/8514461a0d5e69b7c1fc1466ac5f19cb8bd5cbd5)) |
| 11 | + |
| 12 | +- Remove unneeded params setting |
| 13 | + ([#559](https://github.com/Python-roborock/python-roborock/pull/559), |
| 14 | + [`8514461`](https://github.com/Python-roborock/python-roborock/commit/8514461a0d5e69b7c1fc1466ac5f19cb8bd5cbd5)) |
| 15 | + |
| 16 | +### Chores |
| 17 | + |
| 18 | +- Add some tests and adress comments |
| 19 | + ([#559](https://github.com/Python-roborock/python-roborock/pull/559), |
| 20 | + [`8514461`](https://github.com/Python-roborock/python-roborock/commit/8514461a0d5e69b7c1fc1466ac5f19cb8bd5cbd5)) |
| 21 | + |
| 22 | +- Fix comments ([#559](https://github.com/Python-roborock/python-roborock/pull/559), |
| 23 | + [`8514461`](https://github.com/Python-roborock/python-roborock/commit/8514461a0d5e69b7c1fc1466ac5f19cb8bd5cbd5)) |
| 24 | + |
| 25 | +- Handle failed hello ([#559](https://github.com/Python-roborock/python-roborock/pull/559), |
| 26 | + [`8514461`](https://github.com/Python-roborock/python-roborock/commit/8514461a0d5e69b7c1fc1466ac5f19cb8bd5cbd5)) |
| 27 | + |
| 28 | +- Remove unneeded code ([#559](https://github.com/Python-roborock/python-roborock/pull/559), |
| 29 | + [`8514461`](https://github.com/Python-roborock/python-roborock/commit/8514461a0d5e69b7c1fc1466ac5f19cb8bd5cbd5)) |
| 30 | + |
| 31 | +- Switch to more specific exception |
| 32 | + ([#559](https://github.com/Python-roborock/python-roborock/pull/559), |
| 33 | + [`8514461`](https://github.com/Python-roborock/python-roborock/commit/8514461a0d5e69b7c1fc1466ac5f19cb8bd5cbd5)) |
| 34 | + |
| 35 | +- Update roborock/devices/local_channel.py |
| 36 | + ([#559](https://github.com/Python-roborock/python-roborock/pull/559), |
| 37 | + [`8514461`](https://github.com/Python-roborock/python-roborock/commit/8514461a0d5e69b7c1fc1466ac5f19cb8bd5cbd5)) |
| 38 | + |
| 39 | +### Features |
| 40 | + |
| 41 | +- Add l01 to the new device format |
| 42 | + ([#559](https://github.com/Python-roborock/python-roborock/pull/559), |
| 43 | + [`8514461`](https://github.com/Python-roborock/python-roborock/commit/8514461a0d5e69b7c1fc1466ac5f19cb8bd5cbd5)) |
| 44 | + |
| 45 | + |
5 | 46 | ## v3.2.0 (2025-10-25) |
6 | 47 |
|
7 | 48 | ### Bug Fixes |
|
0 commit comments