--- a/src/eric7/Documentation/Source/eric7.MicroPython.EthernetDialogs.IPv4AddressDialog.html Wed Aug 02 17:22:20 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.EthernetDialogs.IPv4AddressDialog.html Thu Aug 03 17:33:07 2023 +0200 @@ -108,14 +108,15 @@ <dl> <dt>Return:</dt> <dd> -tuple containing the IPv4 address, the netmask, the gateway address and - the resolver address or the string 'dhcp' if dynamic addressing was selected +tuple containing a tuple of the IPv4 address, the netmask, the gateway + address and the resolver address or the string 'dhcp' if dynamic addressing + was selected and the hostname for the device </dd> </dl> <dl> <dt>Return Type:</dt> <dd> -tuple (str, str, str, str) or str +tuple of ((str, str, str, str), str) or (str, str) </dd> </dl> <div align="right"><a href="#top">Up</a></div>