Skip to content

Commit 702cfec

Browse files
committed
Remove no longer used full_xml_update() function
1 parent 00a8ca5 commit 702cfec

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

plugwise/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -321,10 +321,6 @@ async def _smile_detect_legacy(
321321
self.smile_legacy = True
322322
return return_model
323323

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-
328324
def get_all_gateway_entities(self) -> None:
329325
"""Collect the Plugwise Gateway entities and their data and states from the received raw XML-data."""
330326
self._smile_api.get_all_gateway_entities()

0 commit comments

Comments
 (0)