Skip to content

Commit 6ca34e0

Browse files
committed
chore: update dps field metadata description in DeviceFeaturesTrait docstring
1 parent 9ab56ab commit 6ca34e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roborock/devices/traits/v1/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
Additionally, DeviceFeaturesTrait has a method `is_field_supported` that is used to
4949
check individual trait field values. This is a more fine grained version to allow
5050
optional fields in a dataclass, vs the above feature checks that apply to an entire
51-
trait. The `dps` field metadata attribute is a string of the schema code in
51+
trait. The `dps` field metadata attribute references a schema code in
5252
HomeDataProduct Schema that is required for the field to be supported.
5353
"""
5454

0 commit comments

Comments
 (0)