diff -r 6feb46361342 -r 0fb6d2c26cbf src/eric7/Documentation/Source/eric7.MicroPython.Devices.CircuitPythonDevices.html --- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.CircuitPythonDevices.html Mon May 05 17:43:44 2025 +0200 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.CircuitPythonDevices.html Mon May 05 17:45:44 2025 +0200 @@ -1124,13 +1124,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> <dl>