We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 767c782 commit d731deaCopy full SHA for d731dea
matter_server/server/device_controller.py
@@ -959,7 +959,7 @@ def resubscription_attempted(
959
# at the second resubscription attempt
960
if node.available and self._last_subscription_attempt[node_id] >= 1:
961
node.available = False
962
- # NOTE: if the node is (re)discovered bt mdns, that callback will
+ # NOTE: if the node is (re)discovered by mdns, that callback will
963
# take care of resubscribing to the node
964
self.server.signal_event(EventType.NODE_UPDATED, node)
965
self._last_subscription_attempt[node_id] += 1
0 commit comments