diff -r bf84513859ca -r 45a9177c8e77 src/eric7/Documentation/Source/eric7.MicroPython.Devices.EspDevices.html --- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.EspDevices.html Sun Jul 30 17:33:54 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.EspDevices.html Sun Jul 30 17:50:38 2023 +0200 @@ -236,6 +236,14 @@ <td>Public method to check the availability of WiFi.</td> </tr> <tr> +<td><a href="#EspDevice.isWifiApConnected">isWifiApConnected</a></td> +<td>Public method to check the WiFi connection status as access point.</td> +</tr> +<tr> +<td><a href="#EspDevice.isWifiClientConnected">isWifiClientConnected</a></td> +<td>Public method to check the WiFi connection status as client.</td> +</tr> +<tr> <td><a href="#EspDevice.removeCredentials">removeCredentials</a></td> <td>Public method to remove the saved credentials from the connected device.</td> </tr> @@ -994,6 +1002,44 @@ tuple of (bool, str) </dd> </dl> +<a NAME="EspDevice.isWifiApConnected" ID="EspDevice.isWifiApConnected"></a> +<h4>EspDevice.isWifiApConnected</h4> +<b>isWifiApConnected</b>(<i></i>) + +<p> + Public method to check the WiFi connection status as access point. +</p> +<dl> +<dt>Return:</dt> +<dd> +flag indicating the WiFi connection status +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl> +<a NAME="EspDevice.isWifiClientConnected" ID="EspDevice.isWifiClientConnected"></a> +<h4>EspDevice.isWifiClientConnected</h4> +<b>isWifiClientConnected</b>(<i></i>) + +<p> + Public method to check the WiFi connection status as client. +</p> +<dl> +<dt>Return:</dt> +<dd> +flag indicating the WiFi connection status +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl> <a NAME="EspDevice.removeCredentials" ID="EspDevice.removeCredentials"></a> <h4>EspDevice.removeCredentials</h4> <b>removeCredentials</b>(<i></i>)