浏览代码

BugFix GUI show gate section

mod_update
Dirk Alders 4 年前
父节点
当前提交
816726b573
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5
    5
      smarthome.py

+ 5
- 5
smarthome.py 查看文件

@@ -68,11 +68,11 @@ class WetationFrameProt(gui.Wetation):
68 68
             #
69 69
             # show gate section in GUI
70 70
             #
71
-            self.heading_garage.show(True)
72
-            self.gate_oc.show(True)
73
-            self.gate_open.show(True)
74
-            self.gate_position.show(True)
75
-            self.gate_close.show(True)
71
+            self.heading_garage.Show(True)
72
+            self.gate_oc.Show(True)
73
+            self.gate_open.Show(True)
74
+            self.gate_position.Show(True)
75
+            self.gate_close.Show(True)
76 76
             #
77 77
             # update gate position
78 78
             #

正在加载...
取消
保存