- added State display
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user