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 00a8ca5 commit 702cfecCopy full SHA for 702cfec
plugwise/__init__.py
@@ -321,10 +321,6 @@ async def _smile_detect_legacy(
321
self.smile_legacy = True
322
return return_model
323
324
- async def full_xml_update(self) -> None:
325
- """Perform a first fetch of the Plugwise server XML data."""
326
- await self._smile_api.full_xml_update()
327
-
328
def get_all_gateway_entities(self) -> None:
329
"""Collect the Plugwise Gateway entities and their data and states from the received raw XML-data."""
330
self._smile_api.get_all_gateway_entities()
0 commit comments