forked from M-Labs/thermostat
thermostat_data_model.py -> thermostat.py
This commit is contained in:
parent
a16d2e9a9e
commit
1707728c3c
|
@ -7,7 +7,7 @@ from view.live_plot_view import LiveDataPlotter
|
|||
from view.ctrl_panel import CtrlPanel
|
||||
from view.info_box import InfoBox
|
||||
from model.pid_autotuner import PIDAutoTuner
|
||||
from model.thermostat_data_model import WrappedClient, Thermostat
|
||||
from model.thermostat import WrappedClient, Thermostat
|
||||
import json
|
||||
from autotune import PIDAutotuneState
|
||||
from qasync import asyncSlot, asyncClose
|
||||
|
|
Loading…
Reference in New Issue