We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e432a86 commit 6aef7d1Copy full SHA for 6aef7d1
roborock/devices/device.py
@@ -68,7 +68,7 @@ def name(self) -> str:
68
@property
69
def device_info(self) -> HomeDataDevice:
70
"""Return the device information.
71
-
+
72
This includes information specific to the device like its identifier or
73
firmware version.
74
"""
@@ -77,7 +77,7 @@ def device_info(self) -> HomeDataDevice:
77
78
def product(self) -> HomeDataProduct:
79
"""Return the device product name.
80
81
This returns product level information such as the model name.
82
83
return self._product
0 commit comments