eric7.MicroPython.WifiDialogs.WifiApStationsDialog

Module implementing a dialog showing the currently connected stations (clients).

Global Attributes

None

Classes

WifiApStationsDialog Class documentation goes here.

Functions

None


WifiApStationsDialog

Class documentation goes here.

Derived from

QDialog, Ui_WifiApStationsDialog

Class Attributes

None

Class Methods

None

Methods

WifiApStationsDialog Constructor

Static Methods

None

WifiApStationsDialog (Constructor)

WifiApStationsDialog(stations, parent=None)

Constructor

stations (tuple of (str, float))
list of connected stations. Each entry is a tuple containing the station's MAC-Address and the RSSI (if supported and available)
parent (QWidget (optional))
reference to the parent widget (defaults to None)
Up