src/eric7/Documentation/Source/eric7.MicroPython.Devices.RP2Devices.html

branch
eric7
changeset 11238
ddb3c3b4d679
parent 11179
37788ec8e6d2
--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.RP2Devices.html	Sat Apr 26 11:58:15 2025 +0200
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.RP2Devices.html	Sat Apr 26 11:58:29 2025 +0200
@@ -204,6 +204,10 @@
 <td>Public method to get Ethernet status data of the connected board.</td>
 </tr>
 <tr>
+<td><a href="#RP2Device.getSecurityModes">getSecurityModes</a></td>
+<td>Public method to get a list of security modes supported by the device.</td>
+</tr>
+<tr>
 <td><a href="#RP2Device.getWifiData">getWifiData</a></td>
 <td>Public method to get data related to the current WiFi status.</td>
 </tr>
@@ -1022,6 +1026,25 @@
 raised to indicate an issue with the device
 </dd>
 </dl>
+<a NAME="RP2Device.getSecurityModes" ID="RP2Device.getSecurityModes"></a>
+<h4>RP2Device.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="RP2Device.getWifiData" ID="RP2Device.getWifiData"></a>
 <h4>RP2Device.getWifiData</h4>
 <b>getWifiData</b>(<i></i>)
@@ -1382,9 +1405,9 @@
 <dd>
 SSID of the access point
 </dd>
-<dt><i>security</i> (int (optional))</dt>
+<dt><i>security</i> (str (optional))</dt>
 <dd>
-security method (defaults to None)
+security mode (defaults to None) (unused)
 </dd>
 <dt><i>password</i> (str (optional))</dt>
 <dd>

eric ide

mercurial