- 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 -1
View File
@@ -17,7 +17,7 @@ class TempSensorTask(ATask):
asyncio.create_task(self.send({'Temp': value}))
async def recv(self, data):
print(data)
pass
async def send(self, data):
await self.msg_handler.send(data)