Class which queries Unifi wireless access point.
Definition at line 41 of file device_tracker.py.
◆ __init__()
| None homeassistant.components.unifi_direct.device_tracker.UnifiDeviceScanner.__init__ |
( |
|
self, |
|
|
ConfigType |
config |
|
) |
| |
◆ get_device_name()
| str | None homeassistant.components.unifi_direct.device_tracker.UnifiDeviceScanner.get_device_name |
( |
|
self, |
|
|
str |
device |
|
) |
| |
Return the name of the given device or None if we don't know.
Definition at line 59 of file device_tracker.py.
◆ scan_devices()
| list[str] homeassistant.components.unifi_direct.device_tracker.UnifiDeviceScanner.scan_devices |
( |
|
self | ) |
|
Scan for new devices and return a list with found device IDs.
Definition at line 54 of file device_tracker.py.
◆ update_clients()
| bool homeassistant.components.unifi_direct.device_tracker.UnifiDeviceScanner.update_clients |
( |
|
self | ) |
|
◆ ap
| homeassistant.components.unifi_direct.device_tracker.UnifiDeviceScanner.ap |
◆ clients
| homeassistant.components.unifi_direct.device_tracker.UnifiDeviceScanner.clients |
The documentation for this class was generated from the following file: