- reduce debug log
- wired stirrer to emit messages
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user