forked from M-Labs/thermostat
Might as well be a pass, doens't exec
This commit is contained in:
parent
137004e6b5
commit
1b3f767d94
|
@ -16,10 +16,7 @@ from ui_tec_qt import Ui_MainWindow
|
||||||
|
|
||||||
|
|
||||||
class CommandsParameter(Parameter):
|
class CommandsParameter(Parameter):
|
||||||
def __init__(self, **opts):
|
pass
|
||||||
super().__init__()
|
|
||||||
self.opts["commands"] = opts.get("commands", None)
|
|
||||||
self.opts["payload"] = opts.get("payload", None)
|
|
||||||
|
|
||||||
|
|
||||||
ThermostatParams = [[
|
ThermostatParams = [[
|
||||||
|
|
Loading…
Reference in New Issue