From 5940463e8de2970ae2a56f322f6135e9ee50835c Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 4 Sep 2024 12:55:10 +0200 Subject: [PATCH] Update matter_server/server/device_controller.py Co-authored-by: Marcel van der Veldt --- matter_server/server/device_controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matter_server/server/device_controller.py b/matter_server/server/device_controller.py index 6be6832e..7d79c560 100644 --- a/matter_server/server/device_controller.py +++ b/matter_server/server/device_controller.py @@ -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]