From f9f8f6f2b6123b7b11ee5589b9d511b97bfca06d 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 803e036..f125fdc 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)