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 6873b81 commit 9a1ecb5Copy full SHA for 9a1ecb5
roborock/devices/traits/v1/consumeable.py
@@ -34,7 +34,11 @@ def from_str(cls, value: str) -> Self:
34
35
36
class ConsumableTrait(Consumable, common.V1TraitMixin):
37
- """Trait for managing consumable attributes on Roborock devices."""
+ """Trait for managing consumable attributes on Roborock devices.
38
+
39
+ After the first refresh, you can tell what consumables are supported by
40
+ checking which attributes are not None.
41
+ """
42
43
command = RoborockCommand.GET_CONSUMABLE
44
0 commit comments