so i am trying to go through a list of objects, and i should use two functions like this: await asyncio.wait([knxReadDaemon(i), searchCommandsToExecute(i)])
await asyncio.wait([knxReadDaemon(i), searchCommandsToExecute(i)])