--- a/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWidget.html Wed Feb 08 11:54:36 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWidget.html Wed Feb 08 18:09:19 2023 +0100 @@ -237,7 +237,11 @@ </tr> <tr> <td><a href="#MicroPythonWidget.isConnected">isConnected</a></td> -<td>Public method to get the connection state.</td> +<td>Public method to get the MicroPython device connection state.</td> +</tr> +<tr> +<td><a href="#MicroPythonWidget.isLinkConnected">isLinkConnected</a></td> +<td>Public method to get the link connection state.</td> </tr> <tr> <td><a href="#MicroPythonWidget.isMicrobit">isMicrobit</a></td> @@ -857,7 +861,26 @@ <b>isConnected</b>(<i></i>) <p> - Public method to get the connection state. + Public method to get the MicroPython device connection state. +</p> +<dl> +<dt>Return:</dt> +<dd> +connection state +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl> +<a NAME="MicroPythonWidget.isLinkConnected" ID="MicroPythonWidget.isLinkConnected"></a> +<h4>MicroPythonWidget.isLinkConnected</h4> +<b>isLinkConnected</b>(<i></i>) + +<p> + Public method to get the link connection state. </p> <dl> <dt>Return:</dt>