Skip to content

Commit 9a1ecb5

Browse files
committed
chore: add a class comment about availability
1 parent 6873b81 commit 9a1ecb5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

roborock/devices/traits/v1/consumeable.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@ def from_str(cls, value: str) -> Self:
3434

3535

3636
class ConsumableTrait(Consumable, common.V1TraitMixin):
37-
"""Trait for managing consumable attributes on Roborock devices."""
37+
"""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+
"""
3842

3943
command = RoborockCommand.GET_CONSUMABLE
4044

0 commit comments

Comments
 (0)