Sat, 06 Jan 2024 13:10:46 +0100
Adapted code to eric 24.2 and newer.
<!DOCTYPE html> <html><head> <title>Plugin_Mqtt_Monitor.MqttMonitor</title> <meta charset="UTF-8"> <link rel="stylesheet" href="styles.css"> </head> <body> <h1>Plugin_Mqtt_Monitor.MqttMonitor</h1> <p> Package containing the MQTT Monitor modules and data files. </p> <h3>Packages</h3> <table> <tr> <td><a href="index-Plugin_Mqtt_Monitor.MqttMonitor.ConfigurationPage.html">ConfigurationPage</a></td> <td>Package implementing the MQTT Monitor page of the configuration dialog.</td> </tr> </table> <h3>Modules</h3> <table> <tr> <td><a href="Plugin_Mqtt_Monitor.MqttMonitor.MqttClient.html">MqttClient</a></td> <td>Module implementing a PyQt wrapper around the paho MQTT client.</td> </tr> <tr> <td><a href="Plugin_Mqtt_Monitor.MqttMonitor.MqttConnectionOptionsDialog.html">MqttConnectionOptionsDialog</a></td> <td>Module implementing a dialog to enter MQTT connection options.</td> </tr> <tr> <td><a href="Plugin_Mqtt_Monitor.MqttMonitor.MqttConnectionProfilesDialog.html">MqttConnectionProfilesDialog</a></td> <td>Module implementing a dialog to edit the MQTT connection profiles.</td> </tr> <tr> <td><a href="Plugin_Mqtt_Monitor.MqttMonitor.MqttMonitorWidget.html">MqttMonitorWidget</a></td> <td>Module implementing the MQTT Monitor widget.</td> </tr> <tr> <td><a href="Plugin_Mqtt_Monitor.MqttMonitor.MqttProtocols.html">MqttProtocols</a></td> <td>Module implementing an enum defining the supported MQTT protocol versions.</td> </tr> <tr> <td><a href="Plugin_Mqtt_Monitor.MqttMonitor.MqttReasonCodes.html">MqttReasonCodes</a></td> <td>Module implementing the translated MQTT v5 reason codes.</td> </tr> <tr> <td><a href="Plugin_Mqtt_Monitor.MqttMonitor.MqttUserPropertiesEditor.html">MqttUserPropertiesEditor</a></td> <td>Module implementing an editor for MQTT v5 user properties.</td> </tr> </table> </body></html>