We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ab56ab commit 6ca34e0Copy full SHA for 6ca34e0
roborock/devices/traits/v1/__init__.py
@@ -48,7 +48,7 @@
48
Additionally, DeviceFeaturesTrait has a method `is_field_supported` that is used to
49
check individual trait field values. This is a more fine grained version to allow
50
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
+trait. The `dps` field metadata attribute references a schema code in
52
HomeDataProduct Schema that is required for the field to be supported.
53
"""
54
0 commit comments