--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.CircuitPythonDevices.html Tue Feb 21 10:53:46 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.CircuitPythonDevices.html Tue Feb 21 10:56:54 2023 +0100 @@ -159,6 +159,10 @@ <td>Public method to enable the supported action buttons.</td> </tr> <tr> +<td><a href="#CircuitPythonDevice.setConnected">setConnected</a></td> +<td>Public method to set the connection state.</td> +</tr> +<tr> <td><a href="#CircuitPythonDevice.supportsLocalFileAccess">supportsLocalFileAccess</a></td> <td>Public method to indicate file access via a local directory.</td> </tr> @@ -581,6 +585,20 @@ <p> Public method to enable the supported action buttons. </p> +<a NAME="CircuitPythonDevice.setConnected" ID="CircuitPythonDevice.setConnected"></a> +<h4>CircuitPythonDevice.setConnected</h4> +<b>setConnected</b>(<i>connected</i>) + +<p> + Public method to set the connection state. +</p> +<dl> + +<dt><i>connected</i> (bool)</dt> +<dd> +connection state +</dd> +</dl> <a NAME="CircuitPythonDevice.supportsLocalFileAccess" ID="CircuitPythonDevice.supportsLocalFileAccess"></a> <h4>CircuitPythonDevice.supportsLocalFileAccess</h4> <b>supportsLocalFileAccess</b>(<i></i>)