- set power from slider

This commit is contained in:
jens
2020-11-25 10:09:28 +01:00
parent 4cde362642
commit 337ed1e5cd
3 changed files with 21 additions and 12 deletions
+3
View File
@@ -157,6 +157,9 @@ class TaskManager:
return asyncio.gather(*funcs)
async def asleep(time):
await asyncio.sleep(time)
if __name__ == '__main__':
if 0:
taskmgr = PeriodicUpdaterThreaded()