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

branch
mpy_network
changeset 9891
e58c3fadcacc
parent 9880
f425c58cf8e9
child 9912
c731e9bdd105
--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html	Tue Mar 14 13:19:33 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html	Tue Mar 14 13:23:13 2023 +0100
@@ -98,7 +98,23 @@
     <ul>
     <li>hasBluetooth: check, if the board has Bluetooth functionality</li>
     <li>getBluetoothStatus: get Bluetooth status data</li>
+    <li>activateBluetoothInterface: activate a Bluetooth interface</li>
     <li>deactivateBluetoothInterface: deactivate a Bluetooth interface</li>
+    <li>getDeviceScan: scan for visible Bluetooth devices</li>
+    </ul>
+</p>
+<p>
+    Supported Ethernet commands are:
+    <ul>
+    <li>hasEthernet: check, if the board has Ethernet functionality
+    <li>getEthernetStatus: get Ethernet status data
+    <li>connectToLan: connect to an Ethernet network
+    <li>disconnectFromLan: disconnect from an Ethernet network
+    <li>checkInternetViaLan: check, if internet access via LAN is possible
+    <li>deactivateEthernet: deactivate the Ethernet interface
+    <li>writeLanAutoConnect: save IPv4 parameters to the board and create a script
+        to connect the board to the LAN
+    <li>removeLanAutoConnect: remove the IPv4 parameters and script from the board
     </ul>
 </p>
 <h3>Derived from</h3>
@@ -2134,7 +2150,7 @@
 </dl>
 <a NAME="BaseDevice.setNetworkTime" ID="BaseDevice.setNetworkTime"></a>
 <h4>BaseDevice.setNetworkTime</h4>
-<b>setNetworkTime</b>(<i>server="0.pool.ntp.org", tzOffset=0, timeout=10</i>)
+<b>setNetworkTime</b>(<i>server="pool.ntp.org", tzOffset=0, timeout=10</i>)
 
 <p>
         Public method to set the time to the network time retrieved from an

eric ide

mercurial