File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
roborock/devices/traits/v1 Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99
1010
1111class CleanSummaryConverter (common .V1TraitDataConverter ):
12- """Converter for CleanSumary objects."""
12+ """Converter for CleanSummaryWithDetail objects."""
1313
1414 def convert (self , response : common .V1ResponseData ) -> RoborockBase :
1515 """Parse the response from the device into a CleanSummary."""
Original file line number Diff line number Diff line change 99
1010
1111class DeviceTraitsConverter (common .V1TraitDataConverter ):
12- """Converter for CleanSumary objects."""
12+ """Converter for DeviceFeatures objects."""
1313
1414 def __init__ (self , product : HomeDataProduct ) -> None :
15- """Initialize CleanSummaryConverter ."""
15+ """Initialize DeviceTraitsConverter ."""
1616 self ._product = product
1717
1818 def convert (self , response : common .V1ResponseData ) -> DeviceFeatures :
Original file line number Diff line number Diff line change 1313
1414
1515class NetworkInfoConverter (common .V1TraitDataConverter ):
16- """Converter for CleanSumary objects."""
16+ """Converter for NetworkInfo objects."""
1717
1818 def convert (self , response : common .V1ResponseData ) -> NetworkInfo :
1919 """Parse the response from the device into a NetworkInfoConverter instance."""
You can’t perform that action at this time.
0 commit comments