We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d62499 commit 7118d83Copy full SHA for 7118d83
plugwise/__init__.py
@@ -429,7 +429,7 @@ async def _smile_detect_legacy(
429
elif dsmrmain is not None:
430
self._status = await self._request(STATUS)
431
self.smile_fw_version = self._status.find("./system/version").text
432
- model = self._status.find("./system/product").text
+ return_model = self._status.find("./system/product").text
433
self.smile_hostname = self._status.find("./network/hostname").text
434
self.smile_mac_address = self._status.find("./network/mac_address").text
435
else: # pragma: no cover
0 commit comments