48 error = "" |
48 error = "" |
49 |
49 |
50 mqttPluginObject = None |
50 mqttPluginObject = None |
51 |
51 |
52 |
52 |
53 def createMqttPage(configDlg): # noqa: U100 |
53 def createMqttPage( |
|
54 configDlg, # noqa: U100 |
|
55 ): |
54 """ |
56 """ |
55 Module function to create the autocompletion configuration page. |
57 Module function to create the autocompletion configuration page. |
56 |
58 |
57 @param configDlg reference to the configuration dialog |
59 @param configDlg reference to the configuration dialog |
58 @type ConfigurationWidget |
60 @type ConfigurationWidget |