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 authored Sep 12, 2024
1 parent d74782c commit 9c7c983
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 @@ -1482,7 +1482,7 @@ def _on_mdns_operational_node_state(
elif state_change == ServiceStateChange.Added:
# Trigger node re-subscriptions when mDNS entry got added
# Note: Users seem to get such mDNS messages fairly regularly, and often
# the subscription to the device is healthy nad fine. This is not a problem
# the subscription to the device is healthy and fine. This is not a problem
# since trigger_resubscribe_if_scheduled won't do anything in that case
# (no resubscribe is scheduled).
# But this does speedup the resubscription process in case the subscription
Expand Down

0 comments on commit 9c7c983

Please sign in to comment.