Skip to content

Commit eb85ce1

Browse files
committed
More SED debug
1 parent ecd56c7 commit eb85ce1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugwise_usb/nodes/sed.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,7 @@ async def _send_tasks(self) -> None:
647647
if len(self._send_task_queue) == 0:
648648
return
649649
async with self._send_task_lock:
650+
_LOGGER.debug("SED awake, send tasks for execution")
650651
task_result = await gather(*self._send_task_queue)
651652
if not all(task_result):
652653
_LOGGER.warning(

0 commit comments

Comments
 (0)