--- a/src/eric7/Documentation/Source/eric7.MicroPython.EthernetDialogs.EthernetController.html Wed Aug 02 17:22:20 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.EthernetDialogs.EthernetController.html Thu Aug 03 17:33:07 2023 +0200 @@ -136,7 +136,7 @@ </p> <a NAME="EthernetController.__connectLan" ID="EthernetController.__connectLan"></a> <h4>EthernetController.__connectLan</h4> -<b>__connectLan</b>(<i>config</i>) +<b>__connectLan</b>(<i>config, hostname</i>) <p> Private method to connect the connected device to the LAN. @@ -148,6 +148,10 @@ configuration for the connection (either the string 'dhcp' for a dynamic address or a tuple of four strings with the IPv4 parameters. </dd> +<dt><i>hostname</i> (str)</dt> +<dd> +host name of the device +</dd> </dl> <a NAME="EthernetController.__connectLanDhcp" ID="EthernetController.__connectLanDhcp"></a> <h4>EthernetController.__connectLanDhcp</h4>