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