PluginMqttMonitor.py

changeset 41
68f19bd4e61c
parent 30
17ef10819773
child 61
008d32130cdf
--- a/PluginMqttMonitor.py	Sun Sep 09 19:10:33 2018 +0200
+++ b/PluginMqttMonitor.py	Sun Sep 09 19:11:14 2018 +0200
@@ -26,13 +26,17 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "1.0.0"
+version = "1.1.0"
 className = "MqttMonitorPlugin"
 packageName = "MqttMonitor"
 shortDescription = "Plug-in implementing a tool to connect to a MQTT broker"
 longDescription = (
     """Plug-in implementing a tool to connect to a MQTT broker, subscribe"""
-    """ to topics, present received messages and publish messages.\n\n"""
+    """ to topics, present received messages and publish messages."""
+    """ It displays broker statistics (the $SYS/# topic tree) and"""
+    """ log messages of the underlying paho-mqtt client. This tool"""
+    """ support unencrypted connections (port 1883) as well as encrypted"""
+    """ SSL/TLS connections (port 8883)\n\n"""
     """Note: The paho-mqtt Python package must be installed."""
 )
 needsRestart = False

eric ide

mercurial