diff --git a/pytec/model/thermostat_data_model.py b/pytec/model/thermostat.py similarity index 100% rename from pytec/model/thermostat_data_model.py rename to pytec/model/thermostat.py diff --git a/pytec/tec_qt.py b/pytec/tec_qt.py index fbbde13..427ffc8 100644 --- a/pytec/tec_qt.py +++ b/pytec/tec_qt.py @@ -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