Might as well be a pass, doens't exec

This commit is contained in:
atse 2023-08-08 12:41:57 +08:00
parent 137004e6b5
commit 1b3f767d94
1 changed files with 1 additions and 4 deletions

View File

@ -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 = [[