38 __header__ = { |
38 __header__ = { |
39 "name": "MQTT Monitor Plugin", |
39 "name": "MQTT Monitor Plugin", |
40 "author": "Detlev Offenbach <detlev@die-offenbachs.de>", |
40 "author": "Detlev Offenbach <detlev@die-offenbachs.de>", |
41 "autoactivate": True, |
41 "autoactivate": True, |
42 "deactivateable": True, |
42 "deactivateable": True, |
43 "version": "11.0.1", |
43 "version": "11.0.2", |
44 "className": "MqttMonitorPlugin", |
44 "className": "MqttMonitorPlugin", |
45 "packageName": "MqttMonitor", |
45 "packageName": "MqttMonitor", |
46 "shortDescription": "Plug-in implementing a tool to connect to a MQTT broker", |
46 "shortDescription": "Plug-in implementing a tool to connect to a MQTT broker", |
47 "longDescription": ( |
47 "longDescription": ( |
48 "Plug-in implementing a tool to connect to a MQTT broker, subscribe" |
48 "Plug-in implementing a tool to connect to a MQTT broker, subscribe" |