We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d051f50 commit 6c01e11Copy full SHA for 6c01e11
plugwise_usb/connection/receiver.py
@@ -468,7 +468,7 @@ async def _notify_node_response_subscribers(
468
469
self._node_subscription_lock.release()
470
if len(notify_tasks) > 0:
471
- _LOGGER.debug("Received %s %s", node_response, node_response.seq_id)
+ _LOGGER.info("Received %s %s", node_response, node_response.seq_id)
472
if node_response.seq_id not in BROADCAST_IDS:
473
self._last_processed_messages.append(node_response.seq_id)
474
# Limit tracking to only the last appended request (FIFO)
0 commit comments