Skip to content

Commit 92b8345

Browse files
committed
HOI debug 2
1 parent 80c6921 commit 92b8345

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
@@ -663,6 +663,7 @@ async def schedule_task_when_awake(
663663
self, task_fn: Coroutine[Any, Any, bool]
664664
) -> None:
665665
"""Add task to queue to be executed when node is awake."""
666+
_LOGGER.debug("HOI tasktype: %s", type(task_fn))
666667
async with self._send_task_lock:
667668
self._send_task_queue.append(task_fn)
668669

0 commit comments

Comments
 (0)