- reduce debug log

- wired stirrer to emit messages
This commit is contained in:
jens
2020-12-17 16:58:03 +01:00
parent 87d394ca17
commit 87cb265faf
4 changed files with 11 additions and 7 deletions
+1 -3
View File
@@ -20,9 +20,7 @@ class PotTask(ATask):
asyncio.create_task(self.send({'Temp': value}))
async def recv(self, data):
print(data)
for key in data:
print(key)
pass
async def send(self, data):
await self.msg_handler.send(data)