Skip to content

Commit 5cc4bf4

Browse files
committed
refactor: Make V1TraitDataConverter an abstract base class, use a dedicated LedStatusConverter, and fix a typo in Rooms.
1 parent 21eeac8 commit 5cc4bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roborock/devices/traits/v1/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
V1ResponseData = dict | list | int | str
1919

2020

21-
class V1TraitDataConverter:
21+
class V1TraitDataConverter(ABC):
2222
"""Converts responses to RoborockBase objects.
2323
2424
This is an internal class and should not be used directly by consumers.

0 commit comments

Comments
 (0)