Skip to content

Commit

Permalink
removed TODO hint (done)
Browse files Browse the repository at this point in the history
  • Loading branch information
krahabb committed Aug 15, 2024
1 parent e5aa5a2 commit 6610f2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/meross_lan/helpers/namespaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,6 @@ def _handle_void(self, header: dict, payload: dict):
as reported in #244 (here the buffer limit was around 4000 chars). From limited testing this 'kind of overflow' is not happening on MQTT
responses though
"""
# TODO: use the mn. symbols instead of legacy mc. ones (trying to get rid of mc namespaces constants)
POLLING_STRATEGY_CONF: dict[
mn.Namespace, tuple[int, int, int, int, PollingStrategyFunc | None]
] = {
Expand Down

0 comments on commit 6610f2a

Please sign in to comment.