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""" |