From 65b9202ceae4f9bfdb88adc5f3a278c24f37503b Mon Sep 17 00:00:00 2001 From: atse Date: Wed, 28 Aug 2024 13:45:57 +0800 Subject: [PATCH] Remove info_box_trigger --- pytec/pytec/gui/model/thermostat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytec/pytec/gui/model/thermostat.py b/pytec/pytec/gui/model/thermostat.py index 3471d79..3d6b7b9 100644 --- a/pytec/pytec/gui/model/thermostat.py +++ b/pytec/pytec/gui/model/thermostat.py @@ -22,7 +22,7 @@ class Thermostat(QObject, metaclass=PropertyMeta): postfilter = Property(list) interval = Property(list) report = Property(list) - info_box_trigger = pyqtSignal(str, str) + connection_error = pyqtSignal() connection_state_changed = pyqtSignal(ThermostatConnectionState)