--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html Mon May 05 17:43:44 2025 +0200 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html Mon May 05 17:45:44 2025 +0200 @@ -1629,13 +1629,14 @@ <dt>Return:</dt> <dd> list of tuples containing the translated status data label and - the associated value + the associated value and a dictionary with keys 'ipv4' and 'ipv6' + containing the respective address information </dd> </dl> <dl> <dt>Return Type:</dt> <dd> -list of tuples of (str, str) +tuple of list of tuples of (str, str) and dict </dd> </dl> <a NAME="BaseDevice.getFirmwareUrl" ID="BaseDevice.getFirmwareUrl"></a>