- GUI: fixed initial of heatrate

- added constants for DT
This commit is contained in:
jens
2020-12-06 21:43:12 +01:00
parent e39323f694
commit fcd100ef0e
2 changed files with 16 additions and 15 deletions
+1
View File
@@ -44,6 +44,7 @@ class Window(QtWidgets.QMainWindow, Ui_MainWindow):
self.slider_pwr_initial_update = True
self.slider_temp_soll_initial_update = True
self.checkbox_heater_activate_initial_update = True
self.heatrate_soll_initial_update = True
self.ws_client.connect(uri="ws://localhost:8765")
def disconnect(self):