--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html Sat Apr 26 11:58:15 2025 +0200 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html Sat Apr 26 11:58:29 2025 +0200 @@ -96,6 +96,9 @@ <li>startAccessPoint: start an access point</li> <li>stopAccessPoint: stop the access point</li> <li>getConnectedClients: get a list of connected WiFi clients</li> + <li>getSecurityModes: get a list of supported security modes</li> + <li>enableWebrepl + <li>disableWebrepl </ul> </p> <p> @@ -244,7 +247,7 @@ </tr> <tr> <td><a href="#BaseDevice.disableWebrepl">disableWebrepl</a></td> -<td>Public method to write the given WebREPL password to the connected device and modify the start script to start the WebREPL server.</td> +<td>Public method to modify the start script to not start the WebREPL server.</td> </tr> <tr> <td><a href="#BaseDevice.disconnectFromLan">disconnectFromLan</a></td> @@ -339,6 +342,10 @@ <td>Public method to show a list of modules built into the firmware.</td> </tr> <tr> +<td><a href="#BaseDevice.getSecurityModes">getSecurityModes</a></td> +<td>Public method to get a list of security modes supported by the device.</td> +</tr> +<tr> <td><a href="#BaseDevice.getTime">getTime</a></td> <td>Public method to get the current time of the device.</td> </tr> @@ -1140,8 +1147,7 @@ <h4>BaseDevice.disableWebrepl</h4> <b>disableWebrepl</b>(<i></i>) <p> - Public method to write the given WebREPL password to the connected device and - modify the start script to start the WebREPL server. + Public method to modify the start script to not start the WebREPL server. </p> <dl> @@ -1703,6 +1709,25 @@ raised to indicate an issue with the device </dd> </dl> +<a NAME="BaseDevice.getSecurityModes" ID="BaseDevice.getSecurityModes"></a> +<h4>BaseDevice.getSecurityModes</h4> +<b>getSecurityModes</b>(<i></i>) +<p> + Public method to get a list of security modes supported by the device. +</p> + +<dl> +<dt>Return:</dt> +<dd> +list of supported security modes +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +list of str +</dd> +</dl> <a NAME="BaseDevice.getTime" ID="BaseDevice.getTime"></a> <h4>BaseDevice.getTime</h4> <b>getTime</b>(<i></i>) @@ -2707,9 +2732,9 @@ <dd> SSID of the access point (unused) </dd> -<dt><i>security</i> (int (optional))</dt> +<dt><i>security</i> (str (optional))</dt> <dd> -security method (defaults to None) (unused) +security mode (defaults to None) (unused) </dd> <dt><i>password</i> (str (optional))</dt> <dd>