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

branch
eric7
changeset 10684
58c7f23ae1cb
parent 10515
6e790462348a
child 11167
a3f5af773bc7
diff -r 779cda568acb -r 58c7f23ae1cb src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html
--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html	Sat Apr 20 18:01:36 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html	Sat Apr 20 18:02:35 2024 +0200
@@ -920,10 +920,11 @@
 <dd>
 configuration for the connection (either the string 'dhcp'
             for a dynamic address or a tuple of four strings with the IPv4 parameters.
+            (unused)
 </dd>
 <dt><i>hostname</i> (str)</dt>
 <dd>
-host name of the device
+host name of the device (unused)
 </dd>
 </dl>
 <dl>
@@ -949,15 +950,15 @@
 
 <dt><i>ssid</i> (str)</dt>
 <dd>
-name (SSID) of the WiFi network
+name (SSID) of the WiFi network (unused)
 </dd>
 <dt><i>password</i> (str)</dt>
 <dd>
-password needed to connect
+password needed to connect (unused)
 </dd>
 <dt><i>hostname</i> (str)</dt>
 <dd>
-host name of the device
+host name of the device (unused)
 </dd>
 </dl>
 <dl>
@@ -1022,7 +1023,7 @@
 <dt><i>interface</i> (str)</dt>
 <dd>
 designation of the interface to be deactivated (one of 'AP'
-            or 'STA')
+            or 'STA') (unused)
 </dd>
 </dl>
 <dl>
@@ -1133,7 +1134,7 @@
 
 <dt><i>password</i> (str)</dt>
 <dd>
-password needed to authenticate
+password needed to authenticate (unused)
 </dd>
 </dl>
 <dl>
@@ -1458,7 +1459,7 @@
 <dt><i>timeout</i> (int (optional))</dt>
 <dd>
 duration of the device scan in seconds (defaults
-            to 10)
+            to 10) (unused)
 </dd>
 </dl>
 <dl>
@@ -2487,16 +2488,16 @@
 <dt><i>server</i> (str (optional))</dt>
 <dd>
 name of the NTP server to get the network time from
-            (defaults to "0.pool.ntp.org")
+            (defaults to "0.pool.ntp.org") (unused)
 </dd>
 <dt><i>tzOffset</i> (int (optional))</dt>
 <dd>
-offset with respect to UTC (defaults to 0)
+offset with respect to UTC (defaults to 0) (unused)
 </dd>
 <dt><i>timeout</i> (int)</dt>
 <dd>
 maximum time to wait for a server response in seconds
-            (defaults to 10)
+            (defaults to 10) (unused)
 </dd>
 </dl>
 <dl>
@@ -2564,24 +2565,24 @@
 
 <dt><i>ssid</i> (str)</dt>
 <dd>
-SSID of the access point
+SSID of the access point (unused)
 </dd>
 <dt><i>security</i> (int (optional))</dt>
 <dd>
-security method (defaults to None)
+security method (defaults to None) (unused)
 </dd>
 <dt><i>password</i> (str (optional))</dt>
 <dd>
-password (defaults to None)
+password (defaults to None) (unused)
 </dd>
 <dt><i>hostname</i> (str (optional))</dt>
 <dd>
-host name of the device (defaults to None)
+host name of the device (defaults to None) (unused)
 </dd>
 <dt><i>ifconfig</i> (tuple of (str, str, str, str))</dt>
 <dd>
 IPv4 configuration for the access point if not default
-            (IPv4 address, netmask, gateway address, DNS server address)
+            (IPv4 address, netmask, gateway address, DNS server address) (unused)
 </dd>
 </dl>
 <dl>
@@ -2655,7 +2656,7 @@
 </dl>
 <a NAME="BaseDevice.syncTime" ID="BaseDevice.syncTime"></a>
 <h4>BaseDevice.syncTime</h4>
-<b>syncTime</b>(<i>deviceType, hasCPy=False</i>)
+<b>syncTime</b>(<i>_deviceType, hasCPy=False</i>)
 <p>
         Public method to set the time of the connected device to the local
         computer's time.
@@ -2663,14 +2664,14 @@
 
 <dl>
 
-<dt><i>deviceType</i> (str)</dt>
+<dt><i>_deviceType</i> (str)</dt>
 <dd>
-type of board to sync time to
+type of board to sync time to (unused)
 </dd>
 <dt><i>hasCPy</i> (bool)</dt>
 <dd>
 flag indicating that the device has CircuitPython loadede
-            (defaults to False)
+            (defaults to False) (unused)
 </dd>
 </dl>
 <dl>
@@ -2718,19 +2719,19 @@
 
 <dt><i>ssid</i> (str)</dt>
 <dd>
-SSID of the network to connect to
+SSID of the network to connect to (unused)
 </dd>
 <dt><i>password</i> (str)</dt>
 <dd>
-password needed to authenticate
+password needed to authenticate (unused)
 </dd>
 <dt><i>hostname</i> (str)</dt>
 <dd>
-host name of the device
+host name of the device (unused)
 </dd>
 <dt><i>country</i> (str)</dt>
 <dd>
-WiFi country code
+WiFi country code (unused)
 </dd>
 </dl>
 <dl>
@@ -2759,10 +2760,11 @@
 <dd>
 configuration for the connection (either the string 'dhcp'
             for a dynamic address or a tuple of four strings with the IPv4 parameters.
+            (unused)
 </dd>
 <dt><i>hostname</i> (str)</dt>
 <dd>
-host name of the device
+host name of the device (unused)
 </dd>
 </dl>
 <dl>

eric ide

mercurial