BugFix GUI show gate section
This commit is contained in:
parent
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
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user