From 1b3f767d9481bfa32bef57bfbf0747ba20447bec Mon Sep 17 00:00:00 2001 From: atse Date: Tue, 8 Aug 2023 12:41:57 +0800 Subject: [PATCH] Might as well be a pass, doens't exec --- pytec/tec_qt.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pytec/tec_qt.py b/pytec/tec_qt.py index 26fc706..0441044 100644 --- a/pytec/tec_qt.py +++ b/pytec/tec_qt.py @@ -16,10 +16,7 @@ from ui_tec_qt import Ui_MainWindow class CommandsParameter(Parameter): - def __init__(self, **opts): - super().__init__() - self.opts["commands"] = opts.get("commands", None) - self.opts["payload"] = opts.get("payload", None) + pass ThermostatParams = [[