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 80c6921 commit 92b8345Copy full SHA for 92b8345
plugwise_usb/nodes/sed.py
@@ -663,6 +663,7 @@ async def schedule_task_when_awake(
663
self, task_fn: Coroutine[Any, Any, bool]
664
) -> None:
665
"""Add task to queue to be executed when node is awake."""
666
+ _LOGGER.debug("HOI tasktype: %s", type(task_fn))
667
async with self._send_task_lock:
668
self._send_task_queue.append(task_fn)
669
0 commit comments