changed cyclic heat setpoint tx to every 15 minutes
This commit is contained in:
parent
d93c9548c8
commit
e21e272ceb
@ -208,7 +208,7 @@ class heating_function(common_base):
|
|||||||
# cyclic task initialisation
|
# cyclic task initialisation
|
||||||
self.ct = task.periodic(1, self.cyclic_task)
|
self.ct = task.periodic(1, self.cyclic_task)
|
||||||
self.ct.run()
|
self.ct.run()
|
||||||
self.ct2 = task.periodic(5 * 60, self.cyclic_task_tx_setpoint)
|
self.ct2 = task.periodic(15 * 60, self.cyclic_task_tx_setpoint)
|
||||||
self.ct2.run()
|
self.ct2.run()
|
||||||
|
|
||||||
def timer_expired(self, device, data, key):
|
def timer_expired(self, device, data, key):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user