111 }, |
111 }, |
112 "DESCRIPTION": "Plug-in implementing a tool to connect to a MQTT broker, subscribe to topics, present received messages and publish messages.\n\nNote: The paho-mqtt Python package must be installed. ", |
112 "DESCRIPTION": "Plug-in implementing a tool to connect to a MQTT broker, subscribe to topics, present received messages and publish messages.\n\nNote: The paho-mqtt Python package must be installed. ", |
113 "DOCSTRING": "", |
113 "DOCSTRING": "", |
114 "DOCUMENTATIONPARMS": { |
114 "DOCUMENTATIONPARMS": { |
115 "ERIC4DOC": { |
115 "ERIC4DOC": { |
116 "cssFile": "%PYTHON%/eric6/CSSs/default.css", |
116 "cssFile": "%PYTHON%/eric7/CSSs/default.css", |
117 "ignoreDirectories": [ |
117 "ignoreDirectories": [ |
118 ".hg", |
118 ".hg", |
119 ".eric6project", |
119 ".eric6project", |
120 ".ropeproject" |
120 ".ropeproject", |
|
121 ".eric7project" |
121 ], |
122 ], |
122 "ignoreFilePatterns": [ |
123 "ignoreFilePatterns": [ |
123 "Ui_*.py" |
124 "Ui_*.py" |
124 ], |
125 ], |
125 "outputDirectory": "MqttMonitor/Documentation/source", |
126 "outputDirectory": "MqttMonitor/Documentation/source", |
128 } |
129 } |
129 }, |
130 }, |
130 "EMAIL": "detlev@die-offenbachs.de", |
131 "EMAIL": "detlev@die-offenbachs.de", |
131 "EOL": 1, |
132 "EOL": 1, |
132 "FILETYPES": { |
133 "FILETYPES": { |
133 "*.e4p": "OTHERS", |
134 "*.epj": "OTHERS", |
134 "*.idl": "INTERFACES", |
135 "*.idl": "INTERFACES", |
135 "*.md": "OTHERS", |
136 "*.md": "OTHERS", |
136 "*.proto": "PROTOCOLS", |
137 "*.proto": "PROTOCOLS", |
137 "*.py": "SOURCES", |
138 "*.py": "SOURCES", |
138 "*.py3": "SOURCES", |
139 "*.py3": "SOURCES", |
139 "*.pyw": "SOURCES", |
140 "*.pyw": "SOURCES", |
140 "*.pyw3": "SOURCES", |
141 "*.pyw3": "SOURCES", |
141 "*.qm": "TRANSLATIONS", |
142 "*.qm": "TRANSLATIONS", |
142 "*.qrc": "RESOURCES", |
|
143 "*.rst": "OTHERS", |
143 "*.rst": "OTHERS", |
144 "*.ts": "TRANSLATIONS", |
144 "*.ts": "TRANSLATIONS", |
145 "*.txt": "OTHERS", |
145 "*.txt": "OTHERS", |
146 "*.ui": "FORMS", |
146 "*.ui": "FORMS", |
147 "GNUmakefile": "OTHERS", |
147 "GNUmakefile": "OTHERS", |
188 "MqttMonitor/icons/profiles-dark.svg", |
188 "MqttMonitor/icons/profiles-dark.svg", |
189 "MqttMonitor/icons/profiles-light.svg", |
189 "MqttMonitor/icons/profiles-light.svg", |
190 "MqttMonitor/icons/quickopen-dark.svg", |
190 "MqttMonitor/icons/quickopen-dark.svg", |
191 "MqttMonitor/icons/quickopen-light.svg", |
191 "MqttMonitor/icons/quickopen-light.svg", |
192 "PKGLIST", |
192 "PKGLIST", |
193 "PluginMqttMonitor.e4p", |
|
194 "PluginMqttMonitor.zip", |
193 "PluginMqttMonitor.zip", |
195 "PluginMqttMonitor.epj" |
194 "PluginMqttMonitor.epj" |
196 ], |
195 ], |
197 "OTHERTOOLSPARMS": {}, |
196 "OTHERTOOLSPARMS": {}, |
198 "PACKAGERSPARMS": {}, |
197 "PACKAGERSPARMS": {}, |
199 "PROGLANGUAGE": "Python3", |
198 "PROGLANGUAGE": "Python3", |
200 "PROJECTTYPE": "E6Plugin", |
199 "PROJECTTYPE": "E7Plugin", |
201 "PROJECTTYPESPECIFICDATA": {}, |
200 "PROJECTTYPESPECIFICDATA": {}, |
202 "PROTOCOLS": [], |
201 "PROTOCOLS": [], |
203 "RCCPARAMS": { |
202 "RCCPARAMS": { |
204 "CompressLevel": 0, |
203 "CompressLevel": 0, |
205 "CompressionDisable": false, |
204 "CompressionDisable": false, |