27 # Start-Of-Header |
27 # Start-Of-Header |
28 name = "MQTT Monitor Plugin" |
28 name = "MQTT Monitor Plugin" |
29 author = "Detlev Offenbach <detlev@die-offenbachs.de>" |
29 author = "Detlev Offenbach <detlev@die-offenbachs.de>" |
30 autoactivate = True |
30 autoactivate = True |
31 deactivateable = True |
31 deactivateable = True |
32 version = "10.4.1" |
32 version = "10.4.2" |
33 className = "MqttMonitorPlugin" |
33 className = "MqttMonitorPlugin" |
34 packageName = "MqttMonitor" |
34 packageName = "MqttMonitor" |
35 shortDescription = "Plug-in implementing a tool to connect to a MQTT broker" |
35 shortDescription = "Plug-in implementing a tool to connect to a MQTT broker" |
36 longDescription = ( |
36 longDescription = ( |
37 """Plug-in implementing a tool to connect to a MQTT broker, subscribe""" |
37 """Plug-in implementing a tool to connect to a MQTT broker, subscribe""" |