Просмотр исходного кода

BugFix GUI show gate section

mod_update
Dirk Alders 4 лет назад
Родитель
Сommit
816726b573
1 измененных файлов: 5 добавлений и 5 удалений
  1. 5
    5
      smarthome.py

+ 5
- 5
smarthome.py Просмотреть файл

68
             #
68
             #
69
             # show gate section in GUI
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
             # update gate position
77
             # update gate position
78
             #
78
             #

Загрузка…
Отмена
Сохранить