Skip to content

Commit

Permalink
Update matter_server/server/device_controller.py
Browse files Browse the repository at this point in the history
Co-authored-by: Marcel van der Veldt <[email protected]>
  • Loading branch information
agners and marcelveldt committed Sep 4, 2024
1 parent b3c318c commit 5940463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matter_server/server/device_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@ def resubscription_attempted(
self._node_unavailable(node_id)
# Shutdown the subscription if we tried to resubscribe for more than 30
# minutes (typical TTL of mDNS). We assume this device got powered off.
# When the device gets powered on again, it typically announced itself via
# When the device gets powered on again, it typically announces itself via
# mDNS again. The mDNS browsing code will setup the subscription again.
if (
time.time() - self._first_resubscribe_attempt[node_id]
Expand Down

0 comments on commit 5940463

Please sign in to comment.