--- a/PluginMqttMonitor.py Mon Oct 24 18:01:59 2022 +0200 +++ b/PluginMqttMonitor.py Tue Dec 20 16:32:09 2022 +0100 @@ -7,10 +7,10 @@ Module implementing the MQTT Monitor plug-in. """ +import json import os -import json -from PyQt6.QtCore import Qt, QObject, QTranslator, QCoreApplication +from PyQt6.QtCore import QCoreApplication, QObject, Qt, QTranslator from PyQt6.QtGui import QKeySequence from eric7 import Preferences @@ -29,7 +29,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "10.3.0" +version = "10.4.0" className = "MqttMonitorPlugin" packageName = "MqttMonitor" shortDescription = "Plug-in implementing a tool to connect to a MQTT broker"