- added State display

This commit is contained in:
jens
2020-12-06 16:27:02 +01:00
parent 69cc80354b
commit e39323f694
4 changed files with 52 additions and 4 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ class TcTask(ATask):
def on_state_changed(self, value):
print ("State change to {}".format(value))
asyncio.create_task(self.send({'State': value.value}))
asyncio.create_task(self.send({'State': str(value)}))
def on_temp_soll_changed(self, value):
print ("Temp soll change to {}".format(value))