forked from M-Labs/thermostat
autotuner*s*
This commit is contained in:
parent
5ecbb262be
commit
8ab04ac3cd
@ -50,7 +50,7 @@ class CtrlPanel(QObject):
|
|||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
thermostat,
|
thermostat,
|
||||||
autotuner,
|
autotuners,
|
||||||
info_box,
|
info_box,
|
||||||
trees_ui,
|
trees_ui,
|
||||||
param_tree,
|
param_tree,
|
||||||
@ -60,7 +60,7 @@ class CtrlPanel(QObject):
|
|||||||
super().__init__(parent)
|
super().__init__(parent)
|
||||||
|
|
||||||
self.thermostat = thermostat
|
self.thermostat = thermostat
|
||||||
self.autotuner = autotuner
|
self.autotuners = autotuners
|
||||||
self.info_box = info_box
|
self.info_box = info_box
|
||||||
self.trees_ui = trees_ui
|
self.trees_ui = trees_ui
|
||||||
self.NUM_CHANNELS = len(trees_ui)
|
self.NUM_CHANNELS = len(trees_ui)
|
||||||
|
Loading…
Reference in New Issue
Block a user