diff -r 3733e2b23cf7 -r a071d4065202 src/eric7/MicroPython/WifiDialogs/WifiApStationsDialog.py --- a/src/eric7/MicroPython/WifiDialogs/WifiApStationsDialog.py Wed Dec 20 11:06:38 2023 +0100 +++ b/src/eric7/MicroPython/WifiDialogs/WifiApStationsDialog.py Wed Dec 20 14:58:58 2023 +0100 @@ -26,6 +26,7 @@ @param stations list of connected stations. Each entry is a tuple containing the station's MAC-Address and the RSSI (if supported and available) + @type tuple of (str, float) @param parent reference to the parent widget (defaults to None) @type QWidget (optional) """