Skip to content

Commit

Permalink
Update pyhap/accessory_driver.py
Browse files Browse the repository at this point in the history
Co-authored-by: J. Nick Koston <nick@koston.org>
  • Loading branch information
kormax and bdraco authored Oct 8, 2023
1 parent 71a2f73 commit aeb5fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyhap/accessory_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ def signal_handler(self, _signal, _frame):
logger.error("Could not stop AccessoryDriver because of error: %s", e)
raise

def _notify(self, queries, client_addr):
def _notify(self, queries: List[Dict[str, Any]], client_addr: Tuple[str, int]) -> None:
for query in queries:
if HAP_PERMISSION_NOTIFY not in query:
continue
Expand Down

0 comments on commit aeb5fed

Please sign in to comment.