瀏覽代碼

changed cyclic heat setpoint tx to every 15 minutes

tags/v1.3.0
Dirk Alders 1 年之前
父節點
當前提交
e21e272ceb
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      function/modules.py

+ 1
- 1
function/modules.py 查看文件

@@ -208,7 +208,7 @@ class heating_function(common_base):
208 208
         # cyclic task initialisation
209 209
         self.ct = task.periodic(1, self.cyclic_task)
210 210
         self.ct.run()
211
-        self.ct2 = task.periodic(5 * 60, self.cyclic_task_tx_setpoint)
211
+        self.ct2 = task.periodic(15 * 60, self.cyclic_task_tx_setpoint)
212 212
         self.ct2.run()
213 213
 
214 214
     def timer_expired(self, device, data, key):

Loading…
取消
儲存