thermostat_data_model.py -> thermostat.py

This commit is contained in:
atse 2024-06-20 17:09:29 +08:00
parent a16d2e9a9e
commit 1707728c3c
2 changed files with 1 additions and 1 deletions

View File

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