PluginMqttMonitor.py

changeset 82
4d36daabe993
parent 80
5e3f1c5c293e
child 84
044df16e55aa
equal deleted inserted replaced
81:74cdf8ae5f66 82:4d36daabe993
22 # Start-Of-Header 22 # Start-Of-Header
23 name = "MQTT Monitor Plugin" 23 name = "MQTT Monitor Plugin"
24 author = "Detlev Offenbach <detlev@die-offenbachs.de>" 24 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
25 autoactivate = True 25 autoactivate = True
26 deactivateable = True 26 deactivateable = True
27 version = "2.0.1" 27 version = "2.1.0"
28 className = "MqttMonitorPlugin" 28 className = "MqttMonitorPlugin"
29 packageName = "MqttMonitor" 29 packageName = "MqttMonitor"
30 shortDescription = "Plug-in implementing a tool to connect to a MQTT broker" 30 shortDescription = "Plug-in implementing a tool to connect to a MQTT broker"
31 longDescription = ( 31 longDescription = (
32 """Plug-in implementing a tool to connect to a MQTT broker, subscribe""" 32 """Plug-in implementing a tool to connect to a MQTT broker, subscribe"""

eric ide

mercurial