--- a/eric6/Documentation/Source/eric6.MicroPython.MicroPythonDevices.html Fri May 08 18:11:09 2020 +0200 +++ b/eric6/Documentation/Source/eric6.MicroPython.MicroPythonDevices.html Sat May 09 11:47:40 2020 +0200 @@ -633,14 +633,16 @@ <dl> <dt>Returns:</dt> <dd> -set of tuples with the board type, a description and the serial - port it is connected at +tuple containing a list of tuples with the board type, a + description and the serial port it is connected at for known device + types and a list of tuples with VID and PID for unknown devices </dd> </dl> <dl> <dt>Return Type:</dt> <dd> -set of tuples of (str, str, str) +tuple of (list of tuples of (str, str, str), list of tuples of + (str, str) </dd> </dl> <div align="right"><a href="#top">Up</a></div>