src/eric7/MicroPython/WifiDialogs/WifiApStationsDialog.py

branch
eric7
changeset 10428
a071d4065202
parent 9856
df2ff78bbc01
child 10439
21c28b0f9e41
--- 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)
         """

eric ide

mercurial