--- a/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWidget.html Tue Feb 14 11:09:49 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWidget.html Tue Feb 14 18:10:30 2023 +0100 @@ -212,8 +212,8 @@ <td>Private slot to set the time of the connected device to the local computer's time.</td> </tr> <tr> -<td><a href="#MicroPythonWidget.commandsInterface">commandsInterface</a></td> -<td>Public method to get a reference to the commands interface object.</td> +<td><a href="#MicroPythonWidget.deviceInterface">deviceInterface</a></td> +<td>Public method to get a reference to the device interface object.</td> </tr> <tr> <td><a href="#MicroPythonWidget.eventFilter">eventFilter</a></td> @@ -743,12 +743,12 @@ flag indicating to not show a message </dd> </dl> -<a NAME="MicroPythonWidget.commandsInterface" ID="MicroPythonWidget.commandsInterface"></a> -<h4>MicroPythonWidget.commandsInterface</h4> -<b>commandsInterface</b>(<i></i>) +<a NAME="MicroPythonWidget.deviceInterface" ID="MicroPythonWidget.deviceInterface"></a> +<h4>MicroPythonWidget.deviceInterface</h4> +<b>deviceInterface</b>(<i></i>) <p> - Public method to get a reference to the commands interface object. + Public method to get a reference to the device interface object. </p> <dl> <dt>Return:</dt> @@ -759,7 +759,7 @@ <dl> <dt>Return Type:</dt> <dd> -MicroPythonCommandsInterface +MicroPythonDeviceInterface </dd> </dl> <a NAME="MicroPythonWidget.eventFilter" ID="MicroPythonWidget.eventFilter"></a>