Class which queries an actiontec router for connected devices.
Definition at line 43 of file device_tracker.py.
◆ __init__()
| None homeassistant.components.actiontec.device_tracker.ActiontecDeviceScanner.__init__ |
( |
|
self, |
|
|
ConfigType |
config |
|
) |
| |
◆ _update_info()
| bool homeassistant.components.actiontec.device_tracker.ActiontecDeviceScanner._update_info |
( |
|
self | ) |
|
|
private |
Ensure the information from the router is up to date.
Return boolean if scanning successful.
Definition at line 67 of file device_tracker.py.
◆ get_actiontec_data()
| list[Device] | None homeassistant.components.actiontec.device_tracker.ActiontecDeviceScanner.get_actiontec_data |
( |
|
self | ) |
|
Retrieve data from Actiontec MI424WR and return parsed result.
Definition at line 84 of file device_tracker.py.
◆ get_device_name()
| str | None homeassistant.components.actiontec.device_tracker.ActiontecDeviceScanner.get_device_name |
( |
|
self, |
|
|
str |
device |
|
) |
| |
Return the name of the given device or None if we don't know.
Definition at line 60 of file device_tracker.py.
◆ scan_devices()
| list[str] homeassistant.components.actiontec.device_tracker.ActiontecDeviceScanner.scan_devices |
( |
|
self | ) |
|
Scan for new devices and return a list with found device IDs.
Definition at line 55 of file device_tracker.py.
◆ last_results
| homeassistant.components.actiontec.device_tracker.ActiontecDeviceScanner.last_results |
◆ success_init
| homeassistant.components.actiontec.device_tracker.ActiontecDeviceScanner.success_init |
The documentation for this class was generated from the following file: