Skip to content

Commit

Permalink
Merge branch 'refactor'
Browse files Browse the repository at this point in the history
  • Loading branch information
jeeftor committed Dec 3, 2023
2 parents 2fed2de + 7708b36 commit 6b10bd6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/intellifire4py/unified_fireplace.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ async def perform_cloud_poll(self) -> None:
"""Perform a Cloud Poll - this should be used to validate the stored credentials."""
await self._cloud_api.poll()

async def perform_local_poll(self) -> None:
"""Perform a local Poll - used to test local connectivity."""
await self._local_api.poll()

@property
def dump_user_data_json(self) -> str:
"""Dump the internal _fireplace_data object to a JSON String."""
Expand Down

0 comments on commit 6b10bd6

Please sign in to comment.