Skip to content

Commit 6610f2a

Browse files
committed
removed TODO hint (done)
1 parent e5aa5a2 commit 6610f2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

custom_components/meross_lan/helpers/namespaces.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,6 @@ def _handle_void(self, header: dict, payload: dict):
641641
as reported in #244 (here the buffer limit was around 4000 chars). From limited testing this 'kind of overflow' is not happening on MQTT
642642
responses though
643643
"""
644-
# TODO: use the mn. symbols instead of legacy mc. ones (trying to get rid of mc namespaces constants)
645644
POLLING_STRATEGY_CONF: dict[
646645
mn.Namespace, tuple[int, int, int, int, PollingStrategyFunc | None]
647646
] = {

0 commit comments

Comments
 (0)