Skip to content

Commit 70619d8

Browse files
committed
Correct output type
1 parent fd6359c commit 70619d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/smile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ async def connect(self) -> bool:
300300

301301
return True
302302

303-
async def _smile_detect_legacy(self, result, dsmrmain) -> None:
303+
async def _smile_detect_legacy(self, result, dsmrmain) -> (str, str):
304304
"""Helper-function for _smile_detect()."""
305305
network: etree = result.find(".//module/protocols/master_controller")
306306

0 commit comments

Comments
 (0)