python-roborock 5.6.0__py3-none-any.whl → 5.7.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-roborock
3
- Version: 5.6.0
3
+ Version: 5.7.0
4
4
  Summary: A package to control Roborock vacuums.
5
5
  Project-URL: Repository, https://github.com/python-roborock/python-roborock
6
6
  Project-URL: Documentation, https://python-roborock.readthedocs.io/
@@ -26,7 +26,7 @@ roborock/data/dyad/dyad_code_mappings.py,sha256=MVhAuQaI2TcDBMQKQcbRk4MbFObx_5XE
26
26
  roborock/data/dyad/dyad_containers.py,sha256=klJD2wV-2McjAoSN8Bthuyeid59L7M8nzSvc3MtmqOI,434
27
27
  roborock/data/v1/__init__.py,sha256=Lx_D6baZrCMxp57D0NcdiA8rssJ5NnInZwUwrT79XOI,91
28
28
  roborock/data/v1/v1_clean_modes.py,sha256=pJBwykCToEKZv9zs11x45Jjq3giUKfp0zibAjQ_LuOQ,7194
29
- roborock/data/v1/v1_code_mappings.py,sha256=j0JnxwiECTL-QcbDvicYLHpVz_z-kJm7DudoaXGiqI4,14156
29
+ roborock/data/v1/v1_code_mappings.py,sha256=qyCTWxnlyBMy8ZuoCRLR43fyLxjl_b6IfarG-M8GY-8,15251
30
30
  roborock/data/v1/v1_containers.py,sha256=yrv5uOdlZ1-iN8GamWajFKk7cpUTEyF8FqLTYoBW-_Y,26291
31
31
  roborock/data/zeo/__init__.py,sha256=VxG5qG4M24DGOq2YAaxownWp6bEfj9DEOgOMHmTpcqY,63
32
32
  roborock/data/zeo/zeo_code_mappings.py,sha256=aj-TBjLWzxSBzpBESOtwNeFwD2rv-Jj95RZidO28szA,2319
@@ -96,8 +96,8 @@ roborock/protocols/a01_protocol.py,sha256=JCIhUuVNamcENu0gtZR2x8rBz6dpAZLcbA-NQg
96
96
  roborock/protocols/b01_q10_protocol.py,sha256=SimfXpQotkEkb58ThZq7xa7fCxPxF-hrpAJcRKI-yZE,3407
97
97
  roborock/protocols/b01_q7_protocol.py,sha256=o8repRrxhxknzspsg1K27ds643rs87ilWXbj8RJtOCs,4619
98
98
  roborock/protocols/v1_protocol.py,sha256=bSWqNJYL9feHmWch4OxoL6fVZwXf_YOjt3QnvdNsC24,9635
99
- python_roborock-5.6.0.dist-info/METADATA,sha256=e1HUttLoNhwHqs_gDE5FX6bjtGBUsAV9p4mOld48BzY,4962
100
- python_roborock-5.6.0.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
101
- python_roborock-5.6.0.dist-info/entry_points.txt,sha256=EvC1nMqi9ZXKgZnqlNXA33v_3nzgPNjnM0mzWlrehnY,47
102
- python_roborock-5.6.0.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
103
- python_roborock-5.6.0.dist-info/RECORD,,
99
+ python_roborock-5.7.0.dist-info/METADATA,sha256=oYDzsKNa6WzIyn3_cMEuFrgl95lRRO4IFneUUABIuxo,4962
100
+ python_roborock-5.7.0.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
101
+ python_roborock-5.7.0.dist-info/entry_points.txt,sha256=EvC1nMqi9ZXKgZnqlNXA33v_3nzgPNjnM0mzWlrehnY,47
102
+ python_roborock-5.7.0.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
103
+ python_roborock-5.7.0.dist-info/RECORD,,
@@ -551,13 +551,46 @@ class RoborockDockErrorCode(RoborockEnum):
551
551
  """Describes the error code of the dock."""
552
552
 
553
553
  ok = 0
554
+ """No error condition."""
555
+
556
+ no_dustbin_or_filter = 32
557
+ """No dock dustbin or filter installed.
558
+
559
+ This error message applies to auto-empty docks.
560
+ """
561
+
562
+ auto_empty_dock_fan_error = 33
563
+ """Auto-Empty Dock fan error: Dock dustbin or filter out of place."""
564
+
554
565
  duct_blockage = 34
566
+ """Auto-Empty Dock jammed: Dock dustbin, filter, or air duct jammed, check and clean it."""
567
+
568
+ auto_empty_dock_voltage_error = 35
569
+ """Auto-Empty Dock voltage error: Unable to empty the dustbin."""
570
+
555
571
  water_empty = 38
572
+ """Clean water tank empty: Check tank placement or refill as required."""
573
+
556
574
  waste_water_tank_full = 39
575
+ """Check the dirty water tank: Check tank placement or empty as required."""
576
+
557
577
  maintenance_brush_jammed = 42
578
+ """Self-cleaning roller error: Maintenance brush jammed. Remove and clean."""
579
+
558
580
  dirty_tank_latch_open = 44
581
+ """Water filter blocked: Clean and reinstall.
582
+
583
+ Make sure that the dirty water tank cover is closed and the latch is secured.
584
+ """
585
+
559
586
  no_dustbin = 46
587
+ """Dustbin not installed (Standard error for missing dustbin).
588
+
589
+ This error message applies to larger wash docks.
590
+ """
591
+
560
592
  cleaning_tank_full_or_blocked = 53
593
+ """Cleaning tank full or blocked (Water filter or sink strainer blocked/not installed)."""
561
594
 
562
595
 
563
596
  class RoborockDockTypeCode(RoborockEnum):