BugFix GUI show gate section
Dieser Commit ist enthalten in:
Ursprung
8dd3ee46b9
Commit
816726b573
10
smarthome.py
10
smarthome.py
@ -68,11 +68,11 @@ class WetationFrameProt(gui.Wetation):
|
||||
#
|
||||
# show gate section in GUI
|
||||
#
|
||||
self.heading_garage.show(True)
|
||||
self.gate_oc.show(True)
|
||||
self.gate_open.show(True)
|
||||
self.gate_position.show(True)
|
||||
self.gate_close.show(True)
|
||||
self.heading_garage.Show(True)
|
||||
self.gate_oc.Show(True)
|
||||
self.gate_open.Show(True)
|
||||
self.gate_position.Show(True)
|
||||
self.gate_close.Show(True)
|
||||
#
|
||||
# update gate position
|
||||
#
|
||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren