- 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
View File
@@ -26,7 +26,6 @@ class HeaterTask(ATask):
asyncio.create_task(self.send({'Power': power}))
async def recv(self, data):
print(data)
for pair in data.items():
if 'Power' in pair[0]:
self.power_soll = pair[1]